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

Hash doesn't change when using ModuleConcatenationPlugin #15

Open
adamesque opened this issue Oct 26, 2017 · 0 comments
Open

Hash doesn't change when using ModuleConcatenationPlugin #15

adamesque opened this issue Oct 26, 2017 · 0 comments

Comments

@adamesque
Copy link

We've noticed that when using this plugin with webpack 3 and ModuleConcatenationPlugin, the hash doesn't update when our source files change.

@qswitcher noticed that _source is empty for modules of type ConcatenatedModule, so (I believe) any module considered for scope hoisting will not have its contents included in the chunk hash. The source for these modules does seem to be present in module.rootModule._source, though, so it's possible you could use that for ConcatenatedModules.

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