Remove conversion to webp

This commit is contained in:
Rémi Weng 2020-08-10 13:35:40 +02:00
parent a4037708aa
commit 935fc33b64

View file

@ -76,10 +76,6 @@ module.exports = {
gifsicle: { gifsicle: {
interlaced: true, interlaced: true,
}, },
// the webp option will enable WEBP
webp: {
quality: 75,
},
}, },
}, },
], ],