2
votes

After installing SvelteKit via this guide and write some code i have problem: hot reload works for .svelte and .html, but not works for .ts and .js files. After editing .ts or .js i need restart dev server for changes. How fix it?

1

1 Answers

0
votes

I had this problem while starting out with SvelteKit too. Restarting my IDE fixed it for me. If that doesn't work try restarting your PC, as that has also worked for a friend of mine.