Remove imagemin-pngquant as we already have a PNG optimizer imagemin-optipng

This commit is contained in:
Aditya Toshniwal
2023-08-23 12:23:24 +05:30
parent c08953b9b3
commit e8283173ba
3 changed files with 3 additions and 120 deletions

View File

@@ -581,7 +581,6 @@ module.exports = [{
plugins: [
['mozjpeg', { progressive: true }],
['optipng', { optimizationLevel: 7 }],
['pngquant', {quality: [0.75, .9], speed: 3}],
],
},
},