Skip to content

Commit 5fd720b

Browse files
authored
Remove Node OpenSSL legacy provider (#2521)
Fixes #1295
1 parent 2b07258 commit 5fd720b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "Mozilla Code Coverage frontend",
55
"main": "index.js",
66
"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",
7+
"build": "webpack",
8+
"release": "webpack --config webpack.prod.js",
9+
"start": "webpack serve",
1010
"test": "echo \"Error: no test specified\" && exit 1"
1111
},
1212
"repository": {

0 commit comments

Comments
 (0)