Skip to content
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

Docusaurus 3.6 with Rspack #4460

Merged
merged 1 commit into from
Nov 4, 2024
Merged

Docusaurus 3.6 with Rspack #4460

merged 1 commit into from
Nov 4, 2024

Conversation

JonnyBurger
Copy link
Member

No description provided.

Copy link

vercel bot commented Nov 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bugs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 4, 2024 2:04pm
remotion ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 4, 2024 2:04pm
remotion-convert ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 4, 2024 2:04pm

Comment on lines 19 to 21
webpack: {
jsLoader: (isServer) => ({
loader: require.resolve('swc-loader'),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can remove this, this is used instead of the built-in Rspack SWC loader and actually slow things down by introducing a "js bridge" in between 2 rust things 😅

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Testing with #4462

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.

2 participants