mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove imagemin-pngquant as we already have a PNG optimizer imagemin-optipng
This commit is contained in:
@@ -581,7 +581,6 @@ module.exports = [{
|
||||
plugins: [
|
||||
['mozjpeg', { progressive: true }],
|
||||
['optipng', { optimizationLevel: 7 }],
|
||||
['pngquant', {quality: [0.75, .9], speed: 3}],
|
||||
],
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user