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

Super quick webpack compilations and writes leads to cache usage #137

Open
mzgoddard opened this issue Jun 12, 2017 · 0 comments
Open

Super quick webpack compilations and writes leads to cache usage #137

mzgoddard opened this issue Jun 12, 2017 · 0 comments

Comments

@mzgoddard
Copy link
Owner

This may actually be a bug in webpack. When using webpack in watch-mode or in the dev-server (which uses watch-mode) if a file is written to, webpack compiles, and written to again, the second webpack compilation will include the the version from the first compilation of that file. Best signs from hard-source shows that modules are correctly invalidated. But it may be some other bit from hard-source causing the module to still use the old info.

This is highly unlikely to affect users though considering the the circumstances required.

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

No branches or pull requests

1 participant