Skip to content

Commit

Permalink
Remove Node OpenSSL legacy provider (#2521)
Browse files Browse the repository at this point in the history
Fixes #1295
  • Loading branch information
marco-c authored Oct 21, 2024
1 parent 2b07258 commit 5fd720b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "Mozilla Code Coverage frontend",
"main": "index.js",
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider webpack",
"release": "NODE_OPTIONS=--openssl-legacy-provider webpack --config webpack.prod.js",
"start": "NODE_OPTIONS=--openssl-legacy-provider webpack serve",
"build": "webpack",
"release": "webpack --config webpack.prod.js",
"start": "webpack serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand Down

0 comments on commit 5fd720b

Please sign in to comment.