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

Preserve assets from concatenated module #5133

Merged

Conversation

log2-hwan
Copy link
Contributor

What kind of change does this PR introduce?
bugfix

Did you add tests for your changes?
No

If relevant, link to documentation update:

Summary
Current ConcatenatedModule implementation doesn't preserve assets from modules. So those modules will be missing on final emit result. This pull request implements merging assets from modules and save it in generated ConcatenatedModule instance.

Does this PR introduce a breaking change?
no

@jsf-clabot
Copy link

jsf-clabot commented Jun 22, 2017

CLA assistant check
All committers have signed the CLA.

@webpack-bot
Copy link
Contributor

Thank you for your pull request! The most important CI builds succeeded, we’ll review the pull request soon.

@sokra sokra merged commit 0905974 into webpack:master Jul 1, 2017
@sokra
Copy link
Member

sokra commented Jul 1, 2017

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants