This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 810
Rollup watch issue #29
Comments
No problem for me on Windows. Can you write npm versions, package.json, OS? |
Here's the info
|
Linux is the problem. Windows no problem at all. Maybe @EmilTholin can help here. |
It's alright, I wanted to raise the issue partly so other people find it when they encounter the same problem as I did |
I'm having the same problem. If I change I am also on Linux. Edit: As mentioned in the first comment, disabling // rollup.config.js
export default {
...
watch: {
chokidar: false
},
...
} |
I'll close this issue for now |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Watch only works once, after that, changes aren't detected
This solved the issue for me
rollup/rollup#1666 (comment)
Please include it in the template if possible
The text was updated successfully, but these errors were encountered: