Just migrated from Rollup + SWC to @rolldown.rs. It wasn't a drop-in replacement, but solved a problem I had with the previous setup.
Build time went from ~230ms to under 30ms, and I can now uninstall a few plugins. It was well worth the 15 minutes I spent on it.
Build time went from ~230ms to under 30ms, and I can now uninstall a few plugins. It was well worth the 15 minutes I spent on it.
Comments
https://github.com/rolldown/vite/pull/43
I only needed to add one configuration option, but I spent most of these 15 minutes looking for a similar problem in the Rolldown repo because there's no documentation yet. It will get easier as the project matures.
AFAIK, they aim for a beta release by the end of the year.