lucacasonato / esbuild_deno_loader

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

Allow Remote Config File #114

Open nestarz opened 5 months ago

nestarz commented 5 months ago

https://github.com/lucacasonato/esbuild_deno_loader/blob/04feffef5eb5b51f1d31022f583c4e35deb009d4/src/shared.ts#L91

Would it be possible to fetch the config file instead of read it using Deno.readFile, so we can use remote config file ?