You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docusaurus version: 3.6.1 (Latest Major and minor version)
Docusaurus-plugin-openapi-docs version: 4.0.1 (Latest Version)
When I enable docusaurus-plugin-typedoc-api in my themes config and turn on rspackBundle in docusaurus's new experimental config (available for versions > 3.6), I run into a webpack error during asset bundling. Either turning off rspackBundle or commenting out the open api theme plugin fixes the build. As the experimental option is a relatively new one on docusaurus (as of the last couple of months), I'm assuming there is a bit of catch up to do with peripheral docusaurus plugins. Is support of turning both options at the same time planned at some point in the future?
Docusaurus version: 3.6.1 (Latest Major and minor version)
Docusaurus-plugin-openapi-docs version: 4.0.1 (Latest Version)
When I enable docusaurus-plugin-typedoc-api in my themes config and turn on
rspackBundle
in docusaurus's new experimental config (available for versions > 3.6), I run into a webpack error during asset bundling. Either turning off rspackBundle or commenting out the open api theme plugin fixes the build. As the experimental option is a relatively new one on docusaurus (as of the last couple of months), I'm assuming there is a bit of catch up to do with peripheral docusaurus plugins. Is support of turning both options at the same time planned at some point in the future?In docusaurus.config.js:
In docusaurus.config.js:
On Running
docusaurus build
The text was updated successfully, but these errors were encountered: