We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98b971 commit 6d1fd35Copy full SHA for 6d1fd35
webpack.config.prod.js
@@ -49,7 +49,7 @@ module.exports = merge(common, {
49
new CssMinimizerPlugin(),
50
new HtmlWebpackPlugin({
51
title: 'Task pilot',
52
- favicon: './src/assets/favicon.ico',
+ favicon: './src/assets/favicon.svg',
53
template: './src/index.html',
54
minify: {
55
removeAttributeQuotes: true,
0 commit comments