image-minimizer-webpack-plugin
Version:
Webpack loader and plugin to optimize (compress) images using imagemin
33 lines (32 loc) • 681 B
JSON
{
"type": "object",
"additionalProperties": false,
"properties": {
"minimizerOptions": {
"description": "Options for `imageMinimizerOptions`.",
"additionalProperties": true,
"type": "object"
},
"filter": {
"description": "Allows filtering of images for optimization.",
"instanceof": "Function"
},
"severityError": {
"description": "Allows to choose how errors are displayed.",
"anyOf": [
{
"type": "boolean"
},
{
"type": "string"
}
]
},
"filename": {
"type": "string"
},
"deleteOriginalAssets": {
"type": "boolean"
}
}
}