Open nestarz opened 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 ?
Deno CLI does not support remote config files. I won't land that here unless we support it in CLI.
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 ?