change html title

This commit is contained in:
casperlamboo 2018-01-17 09:02:50 +01:00
parent d190625f14
commit e06281667a
1 changed files with 1 additions and 1 deletions

View File

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