Commit 4d94da3
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.1 parent 2655ce8 commit 4d94da3
5 files changed
Lines changed: 527 additions & 216 deletions
File tree
- packages/project
- lib/build
- helpers
- test/lib/build/helpers
0 commit comments