-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.6.0 docusarus won't compile with the new docusarus faster plugin #1014
Comments
I suspect the instantiation of With the following faster configuration my project builds (i.e. disable future: {
experimental_faster: {
swcJsLoader: true,
swcJsMinimizer: true,
swcHtmlMinimizer: true,
lightningCssMinimizer: true,
rspackBundler: false,
mdxCrossCompilerCache: true,
},
}, But ideally we should be able to ose the new rspack bundler. |
Yes support is merged but you'll have to use the next release of this project to enable Rspack, or force resolution to v3 of this dependency: https://github.com/Richienb/node-polyfill-webpack-plugin/releases/tag/v3.0.0 Unfortunately, I don't really have time to maintain this extra repository and I'm not confident with the codebase enough to merge/release things there on behalf of the original authors 😅 |
We're always happy to have you @slorber 😅... Just a reminder that we publish canary releases with each merge to main, in the event you need new features sooner. You can discover the latest canary release version in the site/README badges or by visiting our package(s) on npmjs.org. In general, we try to squeeze in at least a few changes/fixes into each release, hence why we didn't publish immediately. We also can't control for breaking changes introduced with new Docusaurus releases, e.g. changes requiring refactors or upgrades to dependencies, etc., which can further delay support. |
The canary publish looks to have failed though? https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/actions/runs/11669994426/job/32493230188 |
Hi @dogun-anduril, this has been fixed now in the |
Awesome 🥳 thanks |
Released in v4.3: #1043 |
Describe the bug
If you follow the 3.6.0 guide detailed here: https://docusaurus.io/blog/releases/3.6#docusaurus-faster
and install / set up the faster plugin you will be met with the following error when trying to compile:
Expected behavior
Current behavior
Possible solution
Steps to reproduce
Screenshots
Context
Your Environment
The text was updated successfully, but these errors were encountered: