Replies: 1 comment
-
Bump |
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 made vite plugin to import SVG files as Solid components via '?component-solid' suffix. To achieve correct TS definitions I used:
However, when using
import.meta.glob
it doesn't recognise this suffix:I found this:
vite/packages/vite/types/importGlob.d.ts
Line 48 in 291174d
Beta Was this translation helpful? Give feedback.
All reactions