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
At the moment the return types for all but the vite-plugin is typed as any. It would probably be good to use a more specific type here (for instance, the vite-plugin uses VitePlugin[].
At the moment the return types for all but the
vite-pluginis typed asany. It would probably be good to use a more specific type here (for instance, thevite-pluginusesVitePlugin[].