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

Fix Webpack v3.4.0 compatibility issue #46

Conversation

logicalicy
Copy link

Summary

Chunk.entry has been deprecated and any attempt at accessing it throws an error.

This fixes an issue found while creating a bundle with Webpack v3.4.0:

ERROR in chunk vendor [entry]
js/vendor.[hash].js
Chunk.entry was removed. Use hasRuntime()

Among other issues that may be related to this issue: #43, #45.

Chunk.entry has been deprecated and any attempt at accessing it throws an
error.
@lostthetrail
Copy link

lostthetrail commented Jul 25, 2017

@logicalicy +1
@diurnalist Can we get this reviewed and potentially patched?

@diurnalist
Copy link
Contributor

Thanks for the patch. We merged #44, which solves the same problem.

@diurnalist diurnalist closed this Jul 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants