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 2b07258 commit 5fd720bCopy full SHA for 5fd720b
frontend/package.json
@@ -4,9 +4,9 @@
4
"description": "Mozilla Code Coverage frontend",
5
"main": "index.js",
6
"scripts": {
7
- "build": "NODE_OPTIONS=--openssl-legacy-provider webpack",
8
- "release": "NODE_OPTIONS=--openssl-legacy-provider webpack --config webpack.prod.js",
9
- "start": "NODE_OPTIONS=--openssl-legacy-provider webpack serve",
+ "build": "webpack",
+ "release": "webpack --config webpack.prod.js",
+ "start": "webpack serve",
10
"test": "echo \"Error: no test specified\" && exit 1"
11
},
12
"repository": {
0 commit comments