Replies: 1 comment 1 reply
-
It's a feature of the bundler, so plugin would not work. You should rather use a bundler like webpack or rspack |
Beta Was this translation helpful? Give feedback.
1 reply
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 did a swc plugin to transform the glob import feature introduced in vite, which works like below:
There are also a bunch of options provided to enrich the import generation, see https://vite.dev/guide/features.html#glob-import for more info. Some of them are already implemented. I can submit the plugin if it is needed.
Beta Was this translation helpful? Give feedback.
All reactions