Update template-option.md
fix a missing ' ] ' on loader instruction
This commit is contained in:
parent
e493064c34
commit
91ba00ea5a
|
|
@ -40,6 +40,7 @@ new HtmlWebpackPlugin({
|
|||
test: /\.hbs$/,
|
||||
loader: 'handlebars'
|
||||
},
|
||||
]
|
||||
},
|
||||
plugins: [
|
||||
new HtmlWebpackPlugin({
|
||||
|
|
|
|||
Loading…
Reference in New Issue