File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2323 "build-dev-common-w" : " NODE_OPTIONS=\" --openssl-legacy-provider\" NODE_ENV=development parallel-webpack --config=webpack.config.common.js -d --watch" ,
2424 "build-prod-dlls" : " NODE_OPTIONS=\" --openssl-legacy-provider\" NODE_ENV=production parallel-webpack --config=webpack.config.dlls.js" ,
2525 "build-dev-dlls" : " NODE_OPTIONS=\" --openssl-legacy-provider\" NODE_ENV=development parallel-webpack --config=webpack.config.dlls.js" ,
26- "build-server" : " webpack --config=webpack.config.server.js" ,
26+ "build-server" : " NODE_OPTIONS= \" --openssl-legacy-provider \" webpack --config=webpack.config.server.js" ,
2727 "jest" : " jest --coverage" ,
2828 "jest-w" : " jest --watch" ,
2929 "karma-test" : " node ./node_modules/karma/bin/karma start test/karma-conf.js" ,
You can’t perform that action at this time.
0 commit comments