Skip to content

Commit

Permalink
fix: add legacy ssl flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 11, 2024
1 parent 5136cae commit 4005834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
"index.d.ts"
],
"scripts": {
"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",
"build:demo": "NODE_ENV=production webpack --config webpack/webpack.config-demo.js -p --display-error-details --progress --optimize-minimize",
"dev": "NODE_ENV=development webpack-dev-server --config webpack/webpack.config-dev.js --open",
"lint": "NODE_ENV=test ./node_modules/.bin/eslint src",
Expand Down

0 comments on commit 4005834

Please sign in to comment.