Skip to content

Commit 86797e6

Browse files
author
baizhengquan
committed
Comment out the favicon plugin in production mode
1 parent 05a3c9c commit 86797e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports = merge(common, {
4343
whitelist: ['*purify*']
4444
}
4545
}),
46-
new FaviconsWebpackPlugin('./logo.svg')
46+
// new FaviconsWebpackPlugin('./logo.svg')
4747
],
4848
module: {
4949
rules: [

0 commit comments

Comments
 (0)