Open
Description
If I run:
watchify mycode.js -o mybundle.js --verbose
then watchify only detects changes made in the first ~1 minute. Afterwards, no further changes are detected, and it never updates the bundle. I have to kill the process and restart it for it to detect changes again.
I have the most recent version installed via:
sudo npm install watchify -g
Is this behavior normal or is it a bug?
Metadata
Metadata
Assignees
Labels
No labels