Hacker News new | ask | show | jobs
by Xevi 1705 days ago
Vite only uses Rollup for the production build step. During development it uses ESBuild for pre-bundling, and then serves everything as native ESM, that's why it's so fast. They might get rid of Rollup in the future if ESBuild gains more features.
1 comments

oh, cool! I didn't realize that. Then yea, I am very impressed by esbuild's performance.