Commit 5832c89
committed
fix(deps): update chokidar, so we can watch dirs with
Chokidar 1.7.0, which we are currently using, is unable to watch directories with names that contain glob symbols (like `(`, `*`, etc.). There are two ways to fix this:
- pass `disableGlobbing: true`, so all paths will be treated as strings.
- update chokidar to latest version, where the issue is fixed
Suggested solution is to update chokidar to latest version, so we'll get all other fixes listed [here](https://github.com/paulmillr/chokidar/blob/master/CHANGELOG.md)(
1 parent 937e050 commit 5832c89
2 files changed
+506
-476
lines changed
0 commit comments