diff options
author | crupest <crupest@outlook.com> | 2021-01-03 23:25:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-01-03 23:25:18 +0800 |
commit | 20e9136a9f27a0b77f076ea5997b71d89ce3cfca (patch) | |
tree | b8a023243c014d6389a43215eabe546d14e94075 /FrontEnd/package.json | |
parent | 52f3a837aa7007a503e500c5119c97e3801f72c4 (diff) | |
download | timeline-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.json | 2 |
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",
|