#Vite does full reload on a lot of .ts file edits
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Currenly when editing most of my .ts files vite does a full page reload instead of hot module reload, which is really slowing everything down
I'm just wondering if anyone knows what makes vite do a page reload instead of a hot module reload? Like are there any criterias for such a decision?
Thanks 😄
(I'm using svelte kit)
Do you have any cyclical dependencies? Check the troubleshooting page
Are you make vitejs/plugin-react' ?It's your own configuration?