DEV Community

Discussion on: Why Rolldown-Vite Is Going To Replace Vite (And Why You Should Care)

Collapse
 
best_codes profile image
Best Codes • Edited

rolldown-vite is not replacing vite. Vite is just migrating from Rollup to Rolldown.

This is very clearly stated in the project README:

rolldown-vite is a fork of Vite that uses Rolldown instead of Rollup & esbuild. Rolldown is a Rust-based JavaScript bundler designed for maximum performance.

It can be used as a drop-in replacement to test out Rolldown with Vite. Eventually, this package is not needed anymore as all changes will be merged into the main Vite repository.

And just above that, there is a note which says “Temporary package.”

(Chrome highlight link to the above)