Dynamic imports #20
Unanswered
dschewchenko
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi Dmytro! I've only used this plugin with Glob Imports. I haven't tried the single-level dynamic import, but it might work as well, as long as Vite is processing each possible asset. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello :)
Does this plugin supports vite's dynamic imports?
For example:
new URL(
/src/assets/img/category/${slug}.png
, import.meta.url).hrefBeta Was this translation helpful? Give feedback.
All reactions