Hacker News new | ask | show | jobs
by ep103 1710 days ago
Anyone able to compare this to Vite?
2 comments

Vite uses Esbuild for development builds, and they have an answer for why they don't use it for prod builds here https://vitejs.dev/guide/why.html#why-not-bundle-with-esbuil...
Vite uses esbuild I think. But the concepts are different.