Y
Hacker News
new
|
ask
|
show
|
jobs
by
sebdufbeau
1453 days ago
You can use esbuild with webpack via esbuild-loader, but what makes Vite so fast is mainly the strategy of pre-bundling dependencies when running the dev server, this makes hot starts and hot reloads incredibly quick.