Update template-option.md

fix a missing ' ] ' on loader instruction
This commit is contained in:
Otávio Migliavacca Madalosso 2016-07-14 15:09:38 -03:00 committed by GitHub
parent e493064c34
commit 91ba00ea5a
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ new HtmlWebpackPlugin({
test: /\.hbs$/,
loader: 'handlebars'
},
]
},
plugins: [
new HtmlWebpackPlugin({