
Vite 8 Shipped Rolldown. Linear's Builds Went From 46 Seconds to 6.
Vite 8 just released and Linear's builds reduced from 46 seconds to 6. It's not wrong. Same codebase, same plugins, same CI. Just swapped the bundler. The culprit? Rolldown π¦ The culprit? Rolldown. A Rust-based bundler that replaces both esbuild and Rollup in one shot. The context goes like this. Vite has effectively had a split personality since day one. esbuild for dev, Rollup for prod. Two tools, two behaviors, two bug surfaces. Every single Vite user has hit that bug where something works in dev and breaks in prod. Different tree-shaking. Different chunk splitting. Different everything. Vite 8 wipes that out. Dev and prod are both Rolldown now. One bundler, one pipeline, one behavior. The numbers are absurd π According to the Vite team's benchmarks, Rolldown is 10 to 30x faster than Rollup while matching esbuild's speed. β Linear saw an 87% reduction in build times (46s β 6s) β Ramp reported 57% faster builds β Mercedes-Benz.io cut theirs by 38% These aren't synthetic benchmarks. T
Continue reading on Dev.to Webdev
Opens in a new tab

