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

Replace deprecated Chunk.modules usage #5160

Merged
merged 2 commits into from
Jul 1, 2017

Conversation

asmundg
Copy link
Contributor

@asmundg asmundg commented Jun 25, 2017

What kind of change does this PR introduce?

Replaces deprecated usage of Chunk.modules.

Did you add tests for your changes?

No interface or functional changes.

If relevant, link to documentation update:

No documentation update.

Summary

Using output: libraryTarget: "amd" causes a deprecation warning. This appears to cause build failures in some circumstances. This change replaces the deprecated property use with an undeprecated method cal which contains the exact same functinality.

Does this PR introduce a breaking change?

No.

Other information

The deprecation warning appears to cause build failures in some cases.
@jsf-clabot
Copy link

jsf-clabot commented Jun 25, 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.

@pierreneter pierreneter mentioned this pull request Jun 27, 2017
@sokra sokra merged commit 53944e8 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

4 participants