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:
parent
a961666c38
commit
649e1d0dc2
2 changed files with 8 additions and 8 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue