Symptoms:
Context:
Why aren't subsequent changes to files detected by Parcel, triggering a re-build?
IntelliJ-based IDEs have a habit of completely burning through the inotify limit. In my case, setting fs.inotify.max_user_watches
in /etc/sysctl.conf
to a higher value (524288 in my case, in accordance with the instructions given by JetBrains) and then running sudo sysctl -p --system
before restarting parcel watch
solved the problem conclusively.