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 | 79b597f5163619f8620e60c02e3ff33894ac29d4 (patch) | |
tree | e679543e3c22888d9d1ac70b4b74f2ade663a702 | |
parent | bd9bcca290b09d42490997f4a4cd819370ee2a02 (diff) | |
download | timeline-79b597f5163619f8620e60c02e3ff33894ac29d4.tar.gz timeline-79b597f5163619f8620e60c02e3ff33894ac29d4.tar.bz2 timeline-79b597f5163619f8620e60c02e3ff33894ac29d4.zip |
fix: Fix html-webpack-plugin incompatible problem with workbox.
-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",
|