Hacker News new | ask | show | jobs
by aaaaaaabbbbbb 714 days ago
Note that while Vite transpiles with esbuild, it bundles with Rollup, which is single-threaded JS.

Vite also uses esbuild to prebundle dependencies for the dev server, but this is separate from production builds.