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
Doesn't seem like it works with 1.23.1, but does with 1.37.1. With 1.23.1, the error I see trying to use this module is:
error: Uncaught SyntaxError: Export 'DenoLoaderPluginOptions' is not defined in module
export { DEFAULT_LOADER, denoLoaderPlugin, DenoLoaderPluginOptions };
^
at <anonymous> (https://deno.land/x/[email protected]/mod.ts:23:44)
Maybe because DenoLoaderPluginOptions is imported as a type? Not sure.
The text was updated successfully, but these errors were encountered:
Doesn't seem like it works with 1.23.1, but does with 1.37.1. With 1.23.1, the error I see trying to use this module is:
Maybe because
DenoLoaderPluginOptions
is imported as atype
? Not sure.The text was updated successfully, but these errors were encountered: