Skip to content

Commit 9a39834

Browse files
Update package.json
reverted 'build' script to original
1 parent 796bb54 commit 9a39834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "reactime",
33
"description": "build web extension bundle.js",
44
"scripts": {
5-
"build": "webpack --mode production",
5+
"build": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode production",
66
"dev": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode development --watch",
77
"buildlegacy": "webpack --mode production",
88
"devlegacy": "webpack --mode development --watch",

0 commit comments

Comments
 (0)