HeadlinesBriefing favicon HeadlinesBriefing.com

Vite 8 Unifies With Rolldown For Massive Speed Boost

Hacker News •
×

Vite 8.0 introduces a major architectural shift, replacing the dual-bundler approach with Rolldown as its single, Rust-based bundler. This unified solution delivers up to 10-30x faster builds while maintaining full plugin compatibility. The change represents the most significant architectural update since Vite 2, consolidating the previously separate development and production bundling processes into one streamlined tool.

The popular build tool now sees 65 million weekly downloads, with the new architecture delivering impressive real-world results. Companies like Linear reported production build times dropping from 46s to 6s, while Beehiiv achieved 64% build time reductions. Vite 8 also introduces a searchable plugin registry at registry.vite.dev to help developers navigate the expanding ecosystem of compatible tools.

Additional features include integrated Devtools, built-in TypeScript path alias support, and enhanced WebAssembly capabilities for server-side rendering. The release requires Node.js 20.19+ or 22.12+ and drops Babel dependency from @vitejs/plugin-react v6, which now uses Oxc for React Refresh transforms. The unified toolchain provides consistent behavior across the entire stack from parsing to minifying.