Skip to content

Commit 7021d37

Browse files
committed
build: remove option --experimental-json-modules from build
1 parent 008f2c3 commit 7021d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
77
"scripts": {
8-
"build": "node --experimental-json-modules ./node_modules/.bin/rollup -c",
8+
"build": "node ./node_modules/.bin/rollup -c",
99
"eslint": "eslint",
1010
"test": "jest --watchAll=false",
1111
"prettier": "npx prettier -w"

0 commit comments

Comments
 (0)