A loader that lets you use esbuild with webpack
I’ve had my eye on esbuild for awhile now (because I’m impatient), but there didn’t seem to be an easy way to use the Go-based JS bundler with our current webpack setup. (I want speed, after all, but I don’t want to have to work for it!)
I’m pretty excited by esbuild-loader, because its README says:
It makes sense to use [esbuild] over Babel/TSC with webpack to take advantage of both worlds (Speed and the webpack ecosystem).
That’s music to my ears, right there. I’ll report back how it works for us. ✊