'The import specifier can be remapped to' #30620
Unanswered
gmzacharydovel
asked this question in
Q&A
Replies: 1 comment
-
|
Side note: I'm compiling this with esbuild. I am still using deno for linting. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all, I think this has been asked before, but I'm looking for some input. I'm getting the
The import specifier can be remapped towhen I am using deno aliases to map all image imports to a single image.ts file. Is there a better way to do this? If someone uses the fix command in an IDE it will make everything point to the same image.Thank you in advance!
Example screenshot from nvim:
Aliasing in deno.json:
Beta Was this translation helpful? Give feedback.
All reactions