Update README.md

This commit is contained in:
Jan Nicklas 2017-01-05 10:01:43 +01:00 committed by GitHub
parent d07d1ebf66
commit 45099373d9
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ There are already some really powerful plugins which can be integrated with zero
* [html-webpack-exclude-assets-plugin](https://github.com/jamesjieye/html-webpack-exclude-assets-plugin) for excluding assets using regular expressions
* [script-ext-html-webpack-plugin](https://github.com/numical/script-ext-html-webpack-plugin) to add `async`, `defer` or `module` attributes to your`<script>` elements, or even in-line them
* [style-ext-html-webpack-plugin](https://github.com/numical/style-ext-html-webpack-plugin) to convert your `<link>`s to external stylesheets into `<style>` elements containing internal CSS
* [resource-hints-webpack-plugin](resource-hints-webpack-plugin) to add resource hints for faster initial page loads
Basic Usage
-----------