Skip to content

Commit 649e1d0

Browse files
authored
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.
1 parent a961666 commit 649e1d0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"vue-calendar-heatmap": "0.8.4",
3636
"vue-loader": "15.9.8",
3737
"vue-template-compiler": "2.6.14",
38-
"webpack": "5.58.2",
38+
"webpack": "5.59.1",
3939
"webpack-cli": "4.9.1",
4040
"workbox-routing": "6.3.0",
4141
"workbox-strategies": "6.3.0",

0 commit comments

Comments
 (0)