Skip to content

Commit 2c49401

Browse files
committed
avoid favicons for fdroid build
1 parent 9fd667b commit 2c49401

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

webpack.fdroid.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ const common = require('./webpack.common.js')
33

44
module.exports = merge(common, {
55
mode: 'production',
6-
})
6+
plugins: common.plugins?.filter(p => p.constructor.name !== 'FaviconsWebpackPlugin') || [],
7+
})

0 commit comments

Comments
 (0)