Add template title and retab webpack files

This commit is contained in:
Lukas Martinelli 2016-12-16 15:04:17 +01:00
parent 7c93ad0a24
commit 71de62565b
3 changed files with 115 additions and 114 deletions

View file

@ -83,6 +83,7 @@ module.exports = {
new webpack.NoErrorsPlugin(),
new webpack.HotModuleReplacementPlugin(),
new HtmlWebpackPlugin({
title: 'Maputnik',
template: './src/template.html'
}),
]