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 796bb54 commit 9a39834Copy full SHA for 9a39834
package.json
@@ -2,7 +2,7 @@
2
"name": "reactime",
3
"description": "build web extension bundle.js",
4
"scripts": {
5
- "build": "webpack --mode production",
+ "build": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode production",
6
"dev": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode development --watch",
7
"buildlegacy": "webpack --mode production",
8
"devlegacy": "webpack --mode development --watch",
0 commit comments