Update template-option.md

This commit is contained in:
Jan Nicklas 2016-07-02 13:01:24 +02:00 committed by GitHub
parent 8fbbf69e50
commit fb18de08a0
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ new HtmlWebpackPlugin({
```
However this also means that in the following example webpack will use the html loader for your template.
This will causes html minification and disables the fallback loader which allows to use `ejs` syntax:
This will **cause html minification** and it will also **disable the ejs fallback** loader.
```js
{
@ -67,4 +67,4 @@ This will causes html minification and disables the fallback loader which allows
})
]
}
```
```