Some notes on using esbuild
jvns.ca
Some notes on using esbuild
1–10 of 205 posts
Re: Some notes on using esbuild
#2Re: Some notes on using esbuild
#3Esbuild is great. We couldn't fully migrate to esbuild due to some hard dependencies on webpack but we are currently using esbuild-loader which reduced our build times considerably.
Re: Some notes on using esbuild
#4Re: Some notes on using esbuild
#5Re: Some notes on using esbuild
#6Would like to direct to skypack.dev too for zero build tool imports as well!
Re: Some notes on using esbuild
#7I love this and maybe it would be great for someone who works on the spec/bundlers to write a "Dear Julia" letter explaining things and giving context to specific parts on why things are the way they are, and pointing out clear ways that we as a community should try to improve.
Re: Some notes on using esbuild
#8Great write up. Would like to direct to skypack.dev too for zero build tool imports as well! e.g. https://cdn.skypack.dev/vue/dist/vue.esm.js
Re: Some notes on using esbuild
#9Useful and clear. Love it!
Re: Some notes on using esbuild
#10If you want to keep things simple while using packaged libs, there's no need for a build step. You can import ES Modules directly in a script by using URL as module name. Use e. g. ESM.sh as the registry, most NPM packages are available.