-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
fix(vite): use rolldown replace only in build #33615
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
Conversation
|
|
WalkthroughThe change introduces a production environment guard to the rolldown plugin selection logic in the replace plugin module. Previously, rolldown would be conditionally used based on its availability check. Now, the plugin additionally verifies that Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Pre-merge checks and finishing touches❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
@nuxt/kit
nuxt
@nuxt/rspack-builder
@nuxt/schema
@nuxt/vite-builder
@nuxt/webpack-builder
commit: |
CodSpeed Performance ReportMerging #33615 will improve performances by 11.36%Comparing Summary
Benchmarks breakdown
Footnotes |
|
@TheAlexLichter This PR can be closed now since rolldown/rolldown#6782 has been merged ? |
|
@huang-julien I don't think so!
|
From my understanding, |
🔗 Linked issue
#33602
resolved by rolldown/rolldown#6782
📚 Description
This probably isn't wanted as the final fix should be done in rolldown-vite. It's temporary