@@ -411,6 +411,7 @@ module.exports = {
chunks: ['login', 'vendor', 'common'],
hash: true, //防止缓存
inject: true,
+ favicon: path.resolve('src/resource/favicon.ico'),
minify: {
removeAttributeQuotes: true, //压缩 去掉引号
removeComments: true, //移除HTML中的注释