alias
does not support URLs
#878
mmdevcodes
started this conversation in
General
Replies: 1 comment
-
That's correct, this is not currently supported. We have some plans to improve the Snowpack + Skypack integration story overall, but those haven't really been fleshed out into any concrete plan. This could be a good short-term interface, but for now you need to use the full URL in your code |
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
-
In snowpack config doing:
Resulted in me getting errors like:
or
Note that I also tried adding
install: ['https://cdn.skypack.dev/canvas-confetti']
.Is there another configuration to rename URL imports if I plan on using it throughout my entire app?
Beta Was this translation helpful? Give feedback.
All reactions