diff --git a/README.md b/README.md index 3f3ff0a..f5fa887 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,17 @@ Install the plugin with npm: $ npm install html-webpack-plugin --save-dev ``` -Migration guide from 1.x ------------------------- - -[Changelog](https://github.com/ampedandwired/html-webpack-plugin/blob/master/CHANGELOG.md) - -If you used the 1.x version please take a look at the [migration guide](https://github.com/ampedandwired/html-webpack-plugin/blob/master/migration.md) +Third party addons: +------------- +The html-webpack-plugin provides [hooks](https://github.com/ampedandwired/html-webpack-plugin#events) to extend it to your needs. +There are already some really powerfull plugins which can be integrated with zero configuration: + * [webpack-subresource-integrity](https://www.npmjs.com/package/webpack-subresource-integrity) for enhanced asset security + * [appcache-webpack-plugin](https://github.com/lettertwo/appcache-webpack-plugin) for iOS and Android offline usage + * [favicons-webpack-plugin](https://github.com/jantimon/favicons-webpack-plugin) which generates facivons and icons for iOS Android and desktop browsers + * [html-webpack-harddisk-plugin](https://github.com/jantimon/html-webpack-harddisk-plugin) + Basic Usage -----------