change html title

This commit is contained in:
casperlamboo 2018-01-17 09:02:50 +01:00
parent d190625f14
commit e06281667a

View File

@ -63,7 +63,7 @@ module.exports = {
}, },
plugins: [ plugins: [
new HTMLWebpackPlugin({ new HTMLWebpackPlugin({
title: 'Doodle3D Slicer - Simple example', title: 'Doodle3D Slicer',
template: require('html-webpack-template'), template: require('html-webpack-template'),
inject: false, inject: false,
appMountId: 'app' appMountId: 'app'