We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0977b5e commit 4c0ccb5Copy full SHA for 4c0ccb5
package.json
@@ -3,9 +3,9 @@
3
"version": "0.0.1",
4
"description": "ClowdFlows webapp to consume the ClowdFlows API",
5
"scripts": {
6
- "start": "webpack-dev-server --inline --progress --port 8080 --host 0.0.0.0 --watch-content-base",
+ "start": "export NODE_OPTIONS=--openssl-legacy-provider; webpack-dev-server --inline --progress --port 8080 --host 0.0.0.0 --watch-content-base",
7
"test": "karma start",
8
- "build": "rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail",
+ "build": "export NODE_OPTIONS=--openssl-legacy-provider; rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail",
9
"postinstall": "typings install",
10
"less": "watch-less -d src/ -e .css"
11
},
0 commit comments