Skip to content

Commit a324bfd

Browse files
nehagupclaude
andcommitted
fix: resolve webpackbar ProgressPlugin crash with resolutions
webpackbar 6.0.1 passes invalid options to webpack 5.106's ProgressPlugin. Force webpackbar 7.0.0 via yarn resolutions and commit yarn.lock for deterministic builds. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Neha Gupta <gneha21@yahoo.in>
1 parent 4c68cc0 commit a324bfd

2 files changed

Lines changed: 16297 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"engines": {
7575
"node": ">=18.0"
7676
},
77-
"overrides": {
78-
"webpack": "5.97.1"
77+
"resolutions": {
78+
"webpackbar": "7.0.0"
7979
}
8080
}

0 commit comments

Comments
 (0)