You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For very large mono repos with many TS projects, we see endless loops in the file watcher process (e.g. outlook client) that seem to not reproduce when using @parcel/watcher@2.4.x.
However, there are currently 2 blocking issues with that version:
For very large mono repos with many TS projects, we see endless loops in the file watcher process (e.g. outlook client) that seem to not reproduce when using
@parcel/watcher@2.4.x
.However, there are currently 2 blocking issues with that version:
npm install
parcel-bundler/watcher#191Watcher
andDebounce
threads parcel-bundler/watcher#187//cc @deepak1556
The text was updated successfully, but these errors were encountered: