Skip to content

Commit 7aadae5

Browse files
committed
fix: remove flag that breaks puter-js webpack
1 parent 5b1924f commit 7aadae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/puter-js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"main": "index.js",
66
"scripts": {
77
"start-server": "npx http-server --cors -c-1",
8-
"start-webpack": "export NODE_OPTIONS=--openssl-legacy-provider && webpack ./src/index.js --output-filename puter.js && webpack ./src/index.js --output-filename puter.dev.js --watch --devtool source-map",
8+
"start-webpack": "webpack ./src/index.js --output-filename puter.js && webpack ./src/index.js --output-filename puter.dev.js --watch --devtool source-map",
99
"start": "concurrently \"npm run start-server\" \"npm run start-webpack\"",
10-
"build": "export NODE_OPTIONS=--openssl-legacy-provider && webpack ./src/index.js --output-filename puter.js && { echo \"// Copyright 2024 Puter Technologies Inc. All rights reserved.\"; echo \"// Generated on $(date '+%Y-%m-%d %H:%M')\n\"; cat ./dist/puter.js; } > temp && mv temp ./dist/puter.js"
10+
"build": "webpack ./src/index.js --output-filename puter.js && { echo \"// Copyright 2024 Puter Technologies Inc. All rights reserved.\"; echo \"// Generated on $(date '+%Y-%m-%d %H:%M')\n\"; cat ./dist/puter.js; } > temp && mv temp ./dist/puter.js"
1111
},
1212
"keywords": [],
1313
"author": "",

0 commit comments

Comments
 (0)