From 79b597f5163619f8620e60c02e3ff33894ac29d4 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 3 Jan 2021 23:25:18 +0800 Subject: fix: Fix html-webpack-plugin incompatible problem with workbox. --- FrontEnd/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FrontEnd/package.json b/FrontEnd/package.json index fab51ae1..cf74d1ba 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -88,7 +88,7 @@ "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.2.0", "file-loader": "^6.2.0", - "html-webpack-plugin": "^4.5.0", + "html-webpack-plugin": "5.0.0-beta.2", "http-server": "^0.12.3", "mini-css-extract-plugin": "^1.3.3", "postcss": "^8.2.2", -- cgit v1.2.3