image-webpack-loader
Version:
Image loader module for webpack
37 lines (36 loc) • 674 B
JSON
{
"additionalProperties": false,
"properties": {
"mozjpeg": {
"additionalProperties": true,
"type": "object"
},
"optipng": {
"additionalProperties": true,
"type": "object"
},
"pngquant": {
"additionalProperties": true,
"type": "object"
},
"gifsicle": {
"additionalProperties": true,
"type": "object"
},
"webp": {
"additionalProperties": true,
"type": "object"
},
"svgo": {
"additionalProperties": true,
"type": "object"
},
"bypassOnDebug": {
"type": "boolean"
},
"disable": {
"type": "boolean"
}
},
"type": "object"
}