Skip to content

chore: fix docusaurus webpack issue with new version#3035

Merged
polyzos merged 1 commit intoapache:mainfrom
fresh-borzoni:fix-docusaurus-webpack
Apr 8, 2026
Merged

chore: fix docusaurus webpack issue with new version#3035
polyzos merged 1 commit intoapache:mainfrom
fresh-borzoni:fix-docusaurus-webpack

Conversation

@fresh-borzoni
Copy link
Copy Markdown
Contributor

@fresh-borzoni fresh-borzoni commented Apr 8, 2026

fixes #3036

webpack 5.106.0 (released today) moved ProgressPlugin schema validation from the constructor to a compiler hook.
webpackbar 6.0.1 stores its own options as this.options, which now fails validation. webpackbar 7.0.0 separates its options from the ProgressPlugin instance, avoiding the conflict.

Override forces webpackbar 7.0.0 until Docusaurus updates its dependency.

@polyzos polyzos merged commit 0913317 into apache:main Apr 8, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[doc] Fix website build failure caused by webpack 5.106.0

2 participants