-
-
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
Fix remove event is not emitted #33
Conversation
@sokra would you mind helping get this merged in? Another PR needs this to land before it can continue vercel/next.js#222 |
@nkzawa Can you add a test for this if applicable. |
https://github.com/webpack/watchpack/blob/master/test/DirectoryWatcher.test.js Can just check that code handles absence of mtimes. |
Added a test. |
Thanks |
npm publish? |
Thanks a lot @sokra. What's the process like to go from here to a published release? |
It looks we have to check if
mtime
exists.