-
Notifications
You must be signed in to change notification settings - Fork 35.7k
Closed
Labels
Milestone
Description
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:
- Allow to consume with C++ sources to build as part of
npm install
parcel-bundler/watcher#191 - Deadlock between
Watcher
andDebounce
threads parcel-bundler/watcher#187
//cc @deepak1556
hundehausen and oliviertassinari