You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce
In any project using the project in vite.config.js, set the projects type property to module
Expected Behavior
The default export should be the callable inspect() function. Or (like @intlify/vite-plugin-vue-i18n does it) have a named export import {inspect} from 'vite-plugin-inspect'
Steps to reproduce
In any project using the project in
vite.config.js
, set the projectstype
property tomodule
Expected Behavior
The default export should be the callable
inspect()
function. Or (like @intlify/vite-plugin-vue-i18n does it) have a named exportimport {inspect} from 'vite-plugin-inspect'
Actual Behavior
The default export is
Doing an import * as reveals:
The text was updated successfully, but these errors were encountered: