Hacker News new | ask | show | jobs
by canadiantim 126 days ago
Bun can replace vite?
2 comments

Bun ships with lots of tools built in. It has support for bundling js, html, etc for the browser.

I suspect that if you want the best results or to hit all the edge cases you'd still want vite, but bun probably covers most needs.

Not really.