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

Correcting HtmlWebpackPlugin option name. #32

Merged
merged 1 commit into from Jun 25, 2017

Conversation

pvande
Copy link
Contributor

@pvande pvande commented Jun 23, 2017

The used chunkSortMode option should have been chunksSortMode (note the extra s). Without this, HtmlWebpackPlugin may include the common chunks in an unusable order (as repeatedly suggested here).

The used `chunkSortMode` option should have been `chunksSortMode` (note the extra `s`).  Without this, `HtmlWebpackPlugin` may include the common chunks in an unusable order (as repeatedly suggested [here](webpack/webpack#959)).
@coveralls
Copy link

coveralls commented Jun 23, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling 34af4b5 on pvande:patch-1 into 489dd7f on mutualofomaha:master.

@TheLarkInn
Copy link
Contributor

Great catch! Thank you so much.

@TheLarkInn TheLarkInn merged commit 6f65168 into zorigitano:master Jun 25, 2017
@TheLarkInn
Copy link
Contributor

@pvande look for this to be auto published in v0.2.2

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

3 participants