Pass everything down as props

This commit is contained in:
lukasmartinelli
2016-09-09 23:25:06 +02:00
parent 416cf7e0af
commit b6dff4aa58
8 changed files with 214 additions and 167 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ module.exports = {
}),
new HtmlWebpackPlugin({
template: './src/template.html',
title: 'Webpack App'
title: 'Mapolo'
}),
new webpack.optimize.DedupePlugin()
]