question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

watchpack doesn't emit events on nested directories remove

See original GitHub issue

Look 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:closed
  • Created 7 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
a-m-devcommented, Nov 9, 2019

still not resolved , having the same issue

0reactions
sokracommented, Jul 10, 2019

I guess the problem is solved

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found