Commit dc94c88
committed
refactor(project): Replace chokidar with @parcel/watcher
Watching a large number of files with chokidar is not efficient,
especially on Windows and slow file systems.
Parcel's watcher is more efficient as it uses a native C++ Node module.
Changing WatchHandler log level to "silly" to avoid duplicate log
entries as BuildServer already logs the events at "verbose" level.1 parent 2655ce8 commit dc94c88
5 files changed
Lines changed: 530 additions & 217 deletions
File tree
- packages/project
- lib/build
- helpers
- test/lib/build/helpers
0 commit comments