Provide example using vendor import map #218
thegaryroberts
started this conversation in
Ideas
Replies: 2 comments
-
Yeah, this is something that I'll definitely do soon. For now you can also lock the |
Beta Was this translation helpful? Give feedback.
0 replies
-
@marvinhagemeister ( Issue denoland/deno#13697 had been resolved via denoland/deno#14836 ) |
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.
-
I've updated my example project using the new import map approach (love it!).
As this project is now going to be unstable for a while longer, I attempted to use
deno vendor
to maintain a fixed local copy and minimise chance of breakage. Unfortunately I ran into this issue: denoland/deno#13697Is it possible an example could be documented that shows how to combine the vendor import map & the default project import map you have in place?
Beta Was this translation helpful? Give feedback.
All reactions