Skip to content

Commit

Permalink
add ssl legacy option to build
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenweaver committed Dec 19, 2023
1 parent 5924288 commit 5a4c7dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@
"webpack-eslint-plugin": "^1.2.0"
},
"scripts": {
"build": "webpack --mode production",
"build:library": "webpack --config webpack.config.library.js",
"build": "export NODE_OPTIONS=--openssl-legacy-provider;webpack --mode production",
"build:library": "export NODE_OPTIONS=--openssl-legacy-provider;webpack --config webpack.config.library.js",
"which-webpack": "which webpack",
"lint": "eslint --ext .js,.jsx --ignore-pattern public,static,dist ./src/",
"test": "node ./node_modules/jest-cli/bin/jest.js",
Expand Down

0 comments on commit 5a4c7dd

Please sign in to comment.