aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/package.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-01-03 23:25:18 +0800
committercrupest <crupest@outlook.com>2021-01-03 23:25:18 +0800
commit20e9136a9f27a0b77f076ea5997b71d89ce3cfca (patch)
treeb8a023243c014d6389a43215eabe546d14e94075 /FrontEnd/package.json
parent52f3a837aa7007a503e500c5119c97e3801f72c4 (diff)
downloadtimeline-20e9136a9f27a0b77f076ea5997b71d89ce3cfca.tar.gz
timeline-20e9136a9f27a0b77f076ea5997b71d89ce3cfca.tar.bz2
timeline-20e9136a9f27a0b77f076ea5997b71d89ce3cfca.zip
fix: Fix html-webpack-plugin incompatible problem with workbox.
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r--FrontEnd/package.json2
1 files changed, 1 insertions, 1 deletions
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",