zorigitano / multipage-webpack-plugin

A plugin that makes handling templates and asset distribution for multi-page applications using webpack trivial
Apache License 2.0
170 stars 15 forks source link

Correcting HtmlWebpackPlugin option name. #32

Closed pvande closed 7 years ago

pvande commented 7 years ago

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).

coveralls commented 7 years ago

Coverage Status

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

TheLarkInn commented 7 years ago

Great catch! Thank you so much.

TheLarkInn commented 7 years ago

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