Skip to content

Commit 8c72c16

Browse files
danbarrclaude
andauthored
Pin webpackbar to v7 to fix webpack 5.106 compat (#698)
webpack 5.106.0 removed name/color/reporters/reporter options from ProgressPlugin schema validation. webpackbar v6 (used by Docusaurus 3.10) passes these options, breaking production builds. Override webpackbar to ^7.0.0 until Docusaurus 3.10.1 ships a fix. See: facebook/docusaurus#11923 Co-authored-by: Dan Barr <6922515+danbarr@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 49589c3 commit 8c72c16

2 files changed

Lines changed: 25 additions & 148 deletions

File tree

package-lock.json

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

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,8 @@
6868
"engines": {
6969
"node": "24",
7070
"npm": "^11.7.0"
71+
},
72+
"overrides": {
73+
"webpackbar": "^7.0.0"
7174
}
7275
}

0 commit comments

Comments
 (0)