Skip to content

Commit 3fe191a

Browse files
committed
fix: need to disable expiremental fetch
1 parent a935957 commit 3fe191a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"scripts": {
1717
"start": "parcel --target demo",
1818
"build": "rm -rf ./dist && parcel build index.ts && tsc",
19-
"build:demo": "parcel build --target demo demo/index.html --dist-dir=site",
19+
"build:demo": "NODE_OPTIONS='--no-experimental-fetch' parcel build --target demo",
2020
"prepare": "npm run build",
2121
"prettier": "prettier --write './src/**/*.{ts,js,json,html}'",
2222
"postversion": "git push --no-verify && git push --tags --no-verify"

0 commit comments

Comments
 (0)