From 079fc9e1cd2f064dcaa2f8b44171526d8e6f5a3b Mon Sep 17 00:00:00 2001 From: Frikky Date: Thu, 24 Aug 2023 10:34:41 +0200 Subject: [PATCH] package.json with webpack properly for builds --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 56457972..aa81dc28 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -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" } }