Upgrade webpack to 5.59.1 to resolve the waitFor bug with watch-frontend (#17428)

Webpack < 5.59 has a bug, which makes watch-frontend fail when editing .less files.
This commit is contained in:
wxiaoguang
2021-10-25 19:54:25 +08:00
committed by GitHub
parent a961666c38
commit 649e1d0dc2
2 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@
"vue-calendar-heatmap": "0.8.4",
"vue-loader": "15.9.8",
"vue-template-compiler": "2.6.14",
"webpack": "5.58.2",
"webpack": "5.59.1",
"webpack-cli": "4.9.1",
"workbox-routing": "6.3.0",
"workbox-strategies": "6.3.0",