Skip to content

Commit 049e219

Browse files
committed
Do not include modern.js in build
1 parent ee4f3de commit 049e219

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"node": ">=10"
2323
},
2424
"scripts": {
25-
"build": "microbundle-crl --no-compress --format modern,cjs",
26-
"start": "microbundle-crl watch --no-compress --format modern,cjs",
25+
"build": "microbundle-crl --no-compress --format cjs",
26+
"start": "microbundle-crl watch --no-compress --format cjs",
2727
"predeploy": "cd example && yarn install && yarn run build",
2828
"deploy": "gh-pages -d example/build"
2929
},
@@ -46,4 +46,4 @@
4646
"files": [
4747
"dist"
4848
]
49-
}
49+
}

0 commit comments

Comments
 (0)