From 91ba00ea5accaaf3bf6e611cd26d0c8ff3c95583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ot=C3=A1vio=20Migliavacca=20Madalosso?= Date: Thu, 14 Jul 2016 15:09:38 -0300 Subject: [PATCH] Update template-option.md fix a missing ' ] ' on loader instruction --- docs/template-option.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/template-option.md b/docs/template-option.md index 44b55fc..3774f41 100644 --- a/docs/template-option.md +++ b/docs/template-option.md @@ -40,6 +40,7 @@ new HtmlWebpackPlugin({ test: /\.hbs$/, loader: 'handlebars' }, + ] }, plugins: [ new HtmlWebpackPlugin({