I’m facing an issue with vite, somehow i initialize a new Umbraco project with Vite as a bundler.
Even when im adding hmr: true, or once im including the files that vite should watch, vite still reloads the page instead of using hmr on save of a file.
Any ideas why?