Open
Description
Describe the bug
Let's get it passing on the ecosystem CI
Current error looks related to manualChunks though they also saw an issue with another option at some point:
It is because Rolldown throws an error when a unknown option is passed. The error I see right now is caused by
output.hoistTransitiveImports
(Rolldown does not hoist the transitive imports, so should be fine to skip passing it).
Some tips: https://main.vitejs.dev/guide/rolldown.html#plugin-framework-authors-guide
Reproduction
https://github.com/vitejs/vite-ecosystem-ci/actions/runs/14633802080/job/41060843890
Logs
System Info
rolldown
Severity
blocking an upgrade
Additional Information
No response