-
Notifications
You must be signed in to change notification settings - Fork 807
stops watching files after first change #109
Comments
- fixes sveltejs#109 - chokidar is a transitive dependency of livereload, so passing an option to chokidar is relatively safe - the fix was inspired by rollup/rollup#1666 (comment) - tested on both macOS and Ubuntu 19 (via WSL2)
Got similar issue, replaced
with this instead to make it work
|
What browsers are people using? I find that @leek9's solution improves behaviour in Chrome but not Firefox Developer Edition. |
Your PR did the trick for me. Works fine on |
For me it the other way around. Chrome does not work Firefox does. But I am not sure If that problem happend in Firefox. |
I'm pretty sure this is a browser-independent problem. |
Using WSL 2 with docker containers Deleting my |
For those who use vim and experience this issue, this blog post might have some pointers for a solution https://lee-phillips.org/badvim/ |
Hi 👋🏻,
Livereload seems to stop after the first change. Upon research, it seems there's a similar issue on the main rollup GitHub repository.
This bug manifests on Windows 10 / WSL 2. I'll be sending a PR in a moment.
The text was updated successfully, but these errors were encountered: