diff --git a/website/package.json b/website/package.json index 91c57d3c44..b95957884f 100644 --- a/website/package.json +++ b/website/package.json @@ -49,5 +49,9 @@ }, "engines": { "node": ">=20.0" - } + }, + "overrides": { + "webpackbar": "^7.0.0" + }, + "comment:overrides": "webpackbar 6.x passes its own options (name, color) as this.options, which webpack 5.106.0+ rejects via strict ProgressPlugin schema validation. webpackbar 7.0.0 fixes this. Remove this override once Docusaurus bumps its webpackbar dependency to ^7.0.0." }