Skip to content

Commit 11b740b

Browse files
DEV: Resolve content-tag initSync deprecation (#32746)
1 parent d90b03f commit 11b740b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/theme-transpiler/content-tag.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ import contentTagWasm from "./node_modules/content-tag/pkg/standalone/content_ta
66

77
export { Preprocessor };
88

9-
initSync(contentTagWasm);
9+
initSync({ module: contentTagWasm });

0 commit comments

Comments
 (0)