package.json with webpack properly for builds

This commit is contained in:
Frikky
2023-08-24 10:34:41 +02:00
parent d86e83aaf2
commit 079fc9e1cd
+1 -1
View File
@@ -79,6 +79,7 @@
"yaml": "^1.7.2",
"yamljs": "^0.3.0",
"zone.js": "^0.13.1"
"webpack": "^5.88.2"
},
"scripts": {
"start": "HTTPS=false&&PORT=3000 GENERATE_SOURCEMAP=false react-scripts --openssl-legacy-provider start",
@@ -111,6 +112,5 @@
"react-16": "npm:react@16.13.1",
"react-dom-16": "npm:react-dom@16.13.1",
"react-error-overlay": "6.0.9",
"webpack": "^5.88.2"
}
}