move-assets-webpack-plugin
Version:
Move assets by modifying asset's path before emit.
37 lines (36 loc) • 639 B
JSON
{
"definitions": {
"ObjectPattern": {
"type": "object",
"additionalProperties": false,
"properties": {
"from": {
"type": "string",
"minLength": 1
},
"to": {
"type": "string",
"minLength": 1
}
},
"required": ["from", "to"]
}
},
"type": "object",
"additionalProperties": false,
"properties": {
"patterns": {
"type": "array",
"items": {
"anyOf": [
{
"$ref": "#/definitions/ObjectPattern"
}
]
}
},
"clean": {
"type": "boolean"
}
}
}