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
The plugin-vite package now requires vite 5.x, 6.x, or 7.x; we have dropped support for vite 3.x and 4.x in the peerDependencies for plugin-vite. Most SDE users will not be affected by this change since they pick up whatever version of vite was configured in the project templates. If you have an existing SDE project that uses an older version of vite, simply update your package.json file and change the vite dependency version to ^7.1.9 or later and things should continue to work just fine.
Dependencies
drop support for vite <= 4 in plugin-vite (ca98afc)