You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree with your assessment. I was able to wrap the default loaders like text and dataurl to lock files to a new namespace and ordering the plugin before esbuild_deno_loader's plugins like:
Because of the automatically registered "file" specifier, this conflicts with any defined loaders that also use file.
For example following esbuild options:
If i now import a graphql file like this:
The deno-loader plugin throws the following error:
The plugin should not handle all file namespaces as TypeScript/JavaScript files.
The text was updated successfully, but these errors were encountered: