12 lines
346 B
JavaScript
12 lines
346 B
JavaScript
module.exports = {
|
|
"gifsicle": { "optimizationLevel": 2, "interlaced": false, "colors": 10 },
|
|
"mozjpeg": { "progressive": true, "quality": 10 },
|
|
"pngquant": { "quality": [0.25, 0.5] },
|
|
"svgo": {
|
|
"plugins": [
|
|
{ "removeViewBox": false },
|
|
{ "cleanupIDs": true },
|
|
]
|
|
},
|
|
"webp": { "quality": 10 }
|
|
} |