posva / unplugin-vue-router

Next Generation file based typed routing for Vue Router
https://uvr.esm.is
MIT License
1.62k stars 79 forks source link

feat: add an option to disable file watching #387

Closed tamasfe closed 4 months ago

tamasfe commented 4 months ago

Closes #336.

By default file watching is disabled based on certain de facto standard environment variables. I only use vite, so I don't know how other bundlers are affected by this change.