-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Comments
/cc @sokra |
+1 |
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? |
I guess the problem is solved |
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
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.The text was updated successfully, but these errors were encountered: