From 2375659398f2784db30c4708310ca8e9048e2e29 Mon Sep 17 00:00:00 2001 From: Anton Borisov Date: Wed, 8 Apr 2026 18:43:18 +0100 Subject: [PATCH] chore: fix docusaurus webpack issue with new version --- website/package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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." }