-
-
Notifications
You must be signed in to change notification settings - Fork 433
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
Declarations update independent of compiler.watchFileSystem #167
Declarations update independent of compiler.watchFileSystem #167
Conversation
Uses watching.compiler.fileTimestamps which is set directly in the compiler. See https://github.com/webpack/webpack/blob/master/lib/Compiler.js#L105. Fixes the TypeStrong#155 when using the webpack.OldNodeWatchFileSystem.
Please merge this pr. It'll helpful. opichals, thank u, u save me hour 👍 |
I plan on it. Meant to get it out in the last release but somehow missed it. Will go out in the next. |
Good. It's also solve same problem if use webpack.WatchIgnorePlugin ;) |
@jbrantly any plans to merge this soon? |
…OldWatchPlugin or WatchIgnorePlugin
Hey can we get an npm publish for this? The latest npm version does not have this fix. |
Hi @pllee, I've just started getting to grips with the project (literally yesterday). I'm planning to do an npm publish as soon as I feel it's safe. I need to do some more testing and then I'll try and give it a go. |
Ok thanks. |
Uses watching.compiler.fileTimestamps which is set directly in
the compiler. See https://github.com/webpack/webpack/blob/master/lib/Compiler.js#L105.
Fixes the #155
when using the webpack.OldNodeWatchFileSystem.