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

Remove description about module ID 0 #1527

Merged
merged 1 commit into from
Aug 20, 2017
Merged

Conversation

akihikodaki
Copy link
Contributor

0 as the ID of a module does not tell it is an entry point because the ID can be affected by optimize-module-order plugins.

0 as the ID of a module does not tell it is an entry point because the ID
can be affected by optimize-module-order plugins.
Copy link
Collaborator

@skipjack skipjack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems valid to me and module IDs can be a affected by a variety of plugins so this example does seem a bit out place. Probably better to use stats/records to determine whether a module is an entry point.

Anyways, via the link, the module.id section should do all the in depth description about itself.

@skipjack skipjack merged commit aaf4acd into webpack:master Aug 20, 2017
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.

2 participants