We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd667b commit 2c49401Copy full SHA for 2c49401
1 file changed
webpack.fdroid.js
@@ -3,4 +3,5 @@ const common = require('./webpack.common.js')
3
4
module.exports = merge(common, {
5
mode: 'production',
6
-})
+ plugins: common.plugins?.filter(p => p.constructor.name !== 'FaviconsWebpackPlugin') || [],
7
+})
0 commit comments