A Vite plugin providing development enhancements, such as auto-restarting the Vite dev server when configuration files change. Currently at version 0.0.7, with a moderate release cadence. Supports both Vite 5 and 6. Unlike competitors like vite-plugin-restart or @vitejs/plugin-restart, this plugin is minimal and focused on specific use cases from enter.pro.
npm install vite-plugin-enter-devVerified import paths — ran on the pinned version, not inferred.
Shows basic usage of the plugin in a Vite config file, importing and registering the plugin.
Use import syntax instead of require().
Pin exact version and test upgrades carefully.
Upgrade Vite to version 5 or 6.
Run 'npm install vite-plugin-enter-dev' and check package.json.
Replace require() with import or use dynamic import().