lucacasonato / esbuild_deno_loader

Deno module resolution for `esbuild`
https://deno.land/x/esbuild_deno_loader
MIT License
160 stars 43 forks source link

feat: add specifiers filter #131

Open NathanFlurry opened 2 months ago

NathanFlurry commented 2 months ago

When setting up complicated esbuild configs, it's common to want to let other plugins handle certain specifiers. For example, node: might need to be handled by a polyfill plugin.