Skip to content

Commit 4005834

Browse files
committed
fix: add legacy ssl flag
1 parent 5136cae commit 4005834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
"index.d.ts"
233233
],
234234
"scripts": {
235-
"build": "NODE_ENV=production webpack --config webpack/webpack.config.js -p --display-error-details --progress --optimize-minimize",
235+
"build": "NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production webpack --config webpack/webpack.config.js -p --display-error-details --progress --optimize-minimize",
236236
"build:demo": "NODE_ENV=production webpack --config webpack/webpack.config-demo.js -p --display-error-details --progress --optimize-minimize",
237237
"dev": "NODE_ENV=development webpack-dev-server --config webpack/webpack.config-dev.js --open",
238238
"lint": "NODE_ENV=test ./node_modules/.bin/eslint src",

0 commit comments

Comments
 (0)