1
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",