We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90b03f commit 11b740bCopy full SHA for 11b740b
app/assets/javascripts/theme-transpiler/content-tag.js
@@ -6,4 +6,4 @@ import contentTagWasm from "./node_modules/content-tag/pkg/standalone/content_ta
6
7
export { Preprocessor };
8
9
-initSync(contentTagWasm);
+initSync({ module: contentTagWasm });
0 commit comments