Virtual module contents processing #19817
Unanswered
jasonkuhrt
asked this question in
Q&A
Replies: 0 comments
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 have a virtual module that for example returns
export const a:number = 1
. Such a module would work with Vite but not as a virtual one, because of the TypeScript syntax. How do I get the the virtual module to enter into the transformation process?Beta Was this translation helpful? Give feedback.
All reactions