Skip to content

Commit

Permalink
Add a note about ordering first
Browse files Browse the repository at this point in the history
Per @TheLarkInn's suggestion, it is necessary to order `html-webpack-plugin` first before other plugins that make use of it.
  • Loading branch information
jacobroufa authored and jantimon committed Mar 6, 2018
1 parent 8038a17 commit 5711f16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ If you have multiple `webpack` entry points, they will all be included with `scr
If you have any CSS assets in webpack's output (for example, CSS extracted with the [ExtractTextPlugin](https://github.com/webpack/extract-text-webpack-plugin))
then these will be included with `<link>` tags in the HTML head.

If you have plugins that make use of it, `html-webpack-plugin` should be ordered first before any of the integrated plugins.

<h2 align="center">Options</h2>

You can pass a hash of configuration options to `html-webpack-plugin`.
Expand Down

0 comments on commit 5711f16

Please sign in to comment.