Y
Hacker News
new
|
ask
|
show
|
jobs
by
onox
1682 days ago
Recently I've used ReScript + esbuild for a completely webpack-free experience with just a small node_modules folder
1 comments
toastercat
1682 days ago
The more popular this kind of setup gets, the better. I've also vastly simplified a lot of my projects with just esbuild as the sole dev dependency.
link
merb
1682 days ago
our webpack based build took 70000ms (70s) to finished with a cached built. it only took 5s in esbuild (esbuild has no cache... or at least i don't know it yet).
link