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
TypeScript 5.9 RC: import defer, Minimal tsconfig, and Major Performance Gains
July 31, 2025TypeScript 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.
Docker Compose Adds LLM ‘models’ Support and Cloud Offload for Agentic Apps
July 28, 2025Docker Compose 2.38.0 introduces top-level `models` for LLM configuration and Docker Offload for cloud-scale AI agent deployments.
Bun v1.2.19 Delivers Major Productivity and Performance Boosts
July 28, 2025Bun's July 19, 2025 release adds isolated installs, interactive updates, advanced package.json scripting, dependency insights, and massive SQL client speedups.