watchpack doesn't emit events on nested directories remove
See original GitHub issueLook like watchpack only listens to changes in top-level dirs from the list passed to watch() method. No events from nested directories (e.g. remove, rename, etc) are emitted.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Removing Infinitely Nested Directories
Since -delete implies -depth , it will first walk down the tree to directory 3275, delete it, step up one step, now 3274...
Read more >WatchEventType.DELETE doesn't seem to work - java
When file is deleted , that DELETE event is emitted and we end up with the logic like: if (event.kind() == StandardWatchEventKinds.
Read more >Watch and WatchOptions
Webpack can watch files and recompile whenever they change. This page explains how to enable this and a couple of tweaks you can...
Read more >node_modules/watchpack ... - GitLab - TU Berlin
watchpack high level API doesn't map directly to watchers. ... no remove event is emitted when not found initially // files and directories...
Read more >Build settings reference | Apple Developer Documentation
If enabled, allows targets to build multiple times within a single build ... This setting is deprecated as of Xcode 8.3 and may...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

still not resolved , having the same issue
I guess the problem is solved