Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

watchpack doesn't emit events on nested directories remove #28

Closed
narqo opened this issue Jul 29, 2016 · 6 comments
Closed

watchpack doesn't emit events on nested directories remove #28

narqo opened this issue Jul 29, 2016 · 6 comments

Comments

@narqo
Copy link

narqo commented Jul 29, 2016

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.

@veged
Copy link

veged commented Aug 9, 2016

/cc @sokra

@karneaud
Copy link

karneaud commented Dec 3, 2017

+1

@alexander-akait
Copy link
Member

@narqo @veged @karneaud Sorry for delay! Problem still exists? If yes can you create minimum reproducible test repo?

@RustyRaptor
Copy link

I believe I am having this issue as well but I am not sure if it's the same thing. I have my app.js in ./src/ and I have the rest of my components in ./src/components and when I make changes to those components webpack --watch and the dev server won't recompile. Is this what's happening here?

@sokra
Copy link
Member

sokra commented Jul 10, 2019

I guess the problem is solved

@sokra sokra closed this as completed Jul 10, 2019
@a-m-dev
Copy link

a-m-dev commented Nov 9, 2019

still not resolved , having the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants