From fb18de08a06b214965542406cd8c307dae0cf2e0 Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Sat, 2 Jul 2016 13:01:24 +0200 Subject: [PATCH] Update template-option.md --- docs/template-option.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/template-option.md b/docs/template-option.md index a81508d..44b55fc 100644 --- a/docs/template-option.md +++ b/docs/template-option.md @@ -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 }) ] } -``` \ No newline at end of file +```