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

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.
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).