We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5136cae commit 4005834Copy full SHA for 4005834
package.json
@@ -232,7 +232,7 @@
232
"index.d.ts"
233
],
234
"scripts": {
235
- "build": "NODE_ENV=production webpack --config webpack/webpack.config.js -p --display-error-details --progress --optimize-minimize",
+ "build": "NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production webpack --config webpack/webpack.config.js -p --display-error-details --progress --optimize-minimize",
236
"build:demo": "NODE_ENV=production webpack --config webpack/webpack.config-demo.js -p --display-error-details --progress --optimize-minimize",
237
"dev": "NODE_ENV=development webpack-dev-server --config webpack/webpack.config-dev.js --open",
238
"lint": "NODE_ENV=test ./node_modules/.bin/eslint src",
0 commit comments