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

Support multiple maps per chunk #14

Merged
merged 4 commits into from
Jun 27, 2018

Conversation

bengourley
Copy link
Contributor

Certain webpack plugins, such as "mini-css-extract-plugin", cause webpack to generate multiple output files per chunk and therefore multiple map files per chunk. The previous logic assumed there would only be one .map file per chunk and this commit addresses that incorrect assumption.

Fixes #13.

Certain webpack plugins, such as "mini-css-extract-plugin", cause webpack to generate multiple
output files per chunk and therefore multiple map files per chunk. The previous logic assumed there
would only be one .map file per chunk and this commit addresses that incorrect assumption.

Fixes #13.
@bengourley bengourley requested a review from kattrali June 26, 2018 15:10
@bengourley bengourley merged commit adb3947 into master Jun 27, 2018
@bengourley bengourley deleted the bengourley/multiple-maps-per-chunk branch June 27, 2018 08:58
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

Successfully merging this pull request may close these issues.

None yet

2 participants