Fix an issue where incomplete cache modules were used
v2.4.0
Don't recompile if the assets didn't change
v2.3.0
Add events html-webpack-plugin-before-html-processing, html-webpack-plugin-after-html-processing, html-webpack-plugin-after-emit to allow other plugins to alter the html this plugin executes
Optionally add webpack hash as a query string to resources included in the HTML
(hash: true) for cache busting
CSS files generated using webpack (for example, by using the
extract-text-webpack-plugin)
are now automatically included into the generated HTML
More detailed information about the files generated by webpack is now available
to templates in the o.htmlWebpackPlugin.files attribute. See readme for more
details. This new attribute deprecates the old o.htmlWebpackPlugin.assets attribute.
The templateContent option can now be a function that returns the template string to use
Expose webpack configuration to templates (o.webpackConfig)
Sort chunks to honour dependencies between them (useful for use with CommonsChunkPlugin).