Skip to content

Commit c62c3a2

Browse files
committed
Add no-experimental-fetch flag
1 parent 3c30cc8 commit c62c3a2

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
@@ -4,7 +4,7 @@
44
"version": "1.0.1",
55
"license": "MIT",
66
"scripts": {
7-
"build": "export NODE_OPTIONS=--openssl-legacy-provider && preact build",
7+
"build": "export NODE_OPTIONS=\"--openssl-legacy-provider --no-experimental-fetch\" && preact build",
88
"serve": "sirv build --port 8080 --cors --single",
99
"dev": "preact watch",
1010
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'"

0 commit comments

Comments
 (0)