svelte-multi-page-app
svelte-multi-page-app copied to clipboard
The app does not compile or reflect changes in the code after sometime
The rollup simple does not reflect the changes in dev server after sometime. When we restart the VS Code then it works fine for some time and again after some changes it just stops ...
Try commenting the following line in rollup.config.js
...
svelte({
// dev: !production, // <- here
...
ok let i will try it test it for an hour and will let you know . thanks .
How did it go?
Hey hi unfortunately it did not work . also i noticed one thing if i change a in one file it refreshes multiple time . I think it equal to the number of folder . It that supposed to happen ?
Try upgrading rollup.
No, it only builds the projects/folders effected by the file change.