Skip to content

Commit 529ba0d

Browse files
committed
remove openssl env var
1 parent bf2bcb3 commit 529ba0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/keyed/reflex/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
},
77
"source": "src/main.html",
88
"scripts": {
9-
"build-dev": "NODE_OPTIONS=--openssl-legacy-provider webpack -w -d",
10-
"build-prod": "NODE_OPTIONS=--openssl-legacy-provider webpack"
9+
"build-dev": "webpack -w -d",
10+
"build-prod": "webpack"
1111
},
1212
"author": "Alexis Bouhet",
1313
"license": "Apache-2.0",

0 commit comments

Comments
 (0)