1.1 KiB
1.1 KiB
Change History
HEAD
- Add
favicon.icoandapple-touch-icon.pngto the HTML
v1.2.0
- Set charset using HTML5 meta attribute
- Reload upon change when using webpack watch mode
- Generate manifest attribute when using appcache-webpack-plugin
- 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.filesattribute. See readme for more details. This new attribute deprecates the oldo.htmlWebpackPlugin.assetsattribute. - The
templateContentoption 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).