Rolldown-Vite Beta: Rust-Powered Bundler for Vite Cuts Build Times by Up to 16×
Rolldown-Vite Beta Released
Rolldown-Vite, a Rust-powered bundler for Vite, is now available in beta as a drop-in replacement for the default Vite package. Developed by VoidZero and announced by Evan You on May 30, 2025, it unifies Vite’s build pipeline—replacing both esbuild and Rollup—with a single high-performance tool built on Rolldown and the Oxc toolkit (voidzero.dev).
Early adopters have reported production build time reductions ranging from 3× to 16× and memory usage during builds cut by up to 100× on large projects, making it especially impactful for enterprise-scale applications (voidzero.dev).
To evaluate the preview, alias the vite
dependency in your package.json
:
{
"dependencies": {
"vite": "npm:rolldown-vite@latest"
}
}
Compatibility covers most frameworks and existing Vite plugins, though some advanced use cases may require tweaks. Refer to the Rolldown-Vite migration guide and report any issues to help stabilize the tool ahead of its planned integration as Vite’s default bundler (voidzero.dev).
Learn more: Announcing Rolldown-Vite (voidzero.dev).
Read Next
- August 4, 2025
Next.js 15.4: Production-Ready Turbopack with 100% Integration Test Compatibility
Next.js 15.4 marks the first production-ready milestone for Turbopack, passing all integration tests and powering Vercel’s high-traffic site.
- July 31, 2025
TypeScript 5.9 RC: import defer, Minimal tsconfig, and Major Performance Gains
TypeScript 5.9 RC introduces deferred module loading with import defer, a lean tsconfig init, stable Node 20 module resolution, enhanced editor tooling, and key compiler optimizations.