|
@@ -119,6 +119,7 @@ const webpackConfig = merge(baseWebpackConfig, {
|
|
filename: config.build.index,
|
|
filename: config.build.index,
|
|
template: 'index.html',
|
|
template: 'index.html',
|
|
inject: 'body',
|
|
inject: 'body',
|
|
|
|
+ favicon:'./favicon.ico',
|
|
minify: {
|
|
minify: {
|
|
removeComments: true,
|
|
removeComments: true,
|
|
collapseWhitespace: true,
|
|
collapseWhitespace: true,
|