We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c30cc8 commit c62c3a2Copy full SHA for c62c3a2
package.json
@@ -4,7 +4,7 @@
4
"version": "1.0.1",
5
"license": "MIT",
6
"scripts": {
7
- "build": "export NODE_OPTIONS=--openssl-legacy-provider && preact build",
+ "build": "export NODE_OPTIONS=\"--openssl-legacy-provider --no-experimental-fetch\" && preact build",
8
"serve": "sirv build --port 8080 --cors --single",
9
"dev": "preact watch",
10
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'"
0 commit comments