Fix webpack html title.

feature/webpack
Icedream 2017-08-26 01:50:32 +02:00
parent e9f19fbddf
commit fb4e3c0e46
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ export default (options) => {
showErrors: true, showErrors: true,
chunks: 'all', chunks: 'all',
excludeChunks: [], excludeChunks: [],
title: 'Webpack App', title: 'VIzon Countdown',
xhtml: false, xhtml: false,
chunksSortMode: 'dependency', chunksSortMode: 'dependency',
}), }),