If im running vite dev server with "npm run dev" and I edit say utils.js, how do I make vite do a FULL reload from index.html so ALL the scripts gets reloaded?
The problem I have is: if I edit any files (and save, ctrl+s) except for index.html the vite server will reload once BUT my index.js will invoke twice? is this a vite.js bug?