lucacasonato / esbuild_deno_loader

Deno module resolution for `esbuild`
https://jsr.io/@luca/esbuild-deno-loader
MIT License
176 stars 46 forks source link

Allow Remote Config File #114

Open nestarz opened 8 months ago

nestarz commented 8 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 ?

lucacasonato commented 1 month ago

Deno CLI does not support remote config files. I won't land that here unless we support it in CLI.