Importing virtual module in server
I'm writing a nitro plugin for a module that relies on a virtual import created in a separate vite plugin. But the import failed and gave me an error. Upon further testing I found that the virtual module works fine inside
App.vue
but not in any of the server ts files. Is it not intended for virtual modules / transformed imports to be used in the server side?0 Replies