FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

Β© 2026 FlareStart. All rights reserved.

Back to articles
Vite 8 Shipped Rolldown. Linear's Builds Went From 46 Seconds to 6.
How-ToWeb Development

Vite 8 Shipped Rolldown. Linear's Builds Went From 46 Seconds to 6.

via Dev.to WebdevAditya Agarwal4h ago

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

Read Full Article
0 views

Related Articles

How-To

The Hidden Magic (and Monsters) of Go Strings: Zero-Copy Slicing & Builder Secrets

Medium Programming β€’ 1h ago

Why Watching Tutorials Won’t Make You a Good Programmer
How-To

Why Watching Tutorials Won’t Make You a Good Programmer

Medium Programming β€’ 4h ago

The Code That Makes Rockets Fly
How-To

The Code That Makes Rockets Fly

Medium Programming β€’ 4h ago

Spotify tests letting users directly customize their Taste Profile
How-To

Spotify tests letting users directly customize their Taste Profile

The Verge β€’ 6h ago

How to Add Face Search to Your App
How-To

How to Add Face Search to Your App

Dev.to Tutorial β€’ 6h ago

Discover More Articles