Skip to content

Commit

Permalink
Dont import from node bundle for standalone pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoviv committed Jan 29, 2024
1 parent 786e585 commit 99aed16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/standalone.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import init from "./node/content_tag.js";
import init from "./standalone/content_tag.js";
import { Preprocessor as WasmPreprocessor } from "./standalone/content_tag.js";

await init();
Expand Down

0 comments on commit 99aed16

Please sign in to comment.