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
fix: use dynamic import for vite in development only (#4)
Static import of vite fails in production because vite is a devDependency
that gets pruned. Changed to dynamic import inside the isProduction check
so the import only happens in development.
0 commit comments