mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Use correct plugins for webpack image minimiser plugin
This commit is contained in:
@@ -578,10 +578,9 @@ module.exports = [{
|
||||
implementation: ImageMinimizerPlugin.imageminMinify,
|
||||
options: {
|
||||
plugins: [
|
||||
'imagemin-gifsicle',
|
||||
'imagemin-mozjpeg',
|
||||
'imagemin-pngquant',
|
||||
'imagemin-svgo',
|
||||
['mozjpeg', { progressive: true }],
|
||||
['optipng', { optimizationLevel: 7 }],
|
||||
['pngquant', {quality: [0.75, .9], speed: 3}],
|
||||
],
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user