Skip to content

Commit 065fcee

Browse files
committed
Use Node OpenSSL legacy provider
See #1295
1 parent c24ee4e commit 065fcee

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": "webpack",
8-
"release": "webpack --config webpack.prod.js",
9-
"start": "webpack serve",
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",
1010
"test": "echo \"Error: no test specified\" && exit 1"
1111
},
1212
"repository": {

0 commit comments

Comments
 (0)