Skip to content

Commit 1232f09

Browse files
committed
fix: convert the markdown-parser example to mjs
1 parent 703ea90 commit 1232f09

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

rollup.markdown-parser.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ if (process.env.PROD) {
8282

8383
const mdBundles = [
8484
{
85-
input: "examples/markdown-parser/index.js",
85+
input: "examples/markdown-parser/index.mjs",
8686
output: {
8787
file: "dist/examples/markdown-parser/index.iife.js",
8888
format: "iife",

0 commit comments

Comments
 (0)