From fb4e3c0e46ffffcbcbca5c0ca36bf2c3c3181391 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sat, 26 Aug 2017 01:50:32 +0200 Subject: [PATCH] Fix webpack html title. --- webpack.config.babel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.babel.js b/webpack.config.babel.js index b942bd6..842d63a 100644 --- a/webpack.config.babel.js +++ b/webpack.config.babel.js @@ -347,7 +347,7 @@ export default (options) => { showErrors: true, chunks: 'all', excludeChunks: [], - title: 'Webpack App', + title: 'VIzon Countdown', xhtml: false, chunksSortMode: 'dependency', }),