30 lines
440 B
JSON
30 lines
440 B
JSON
{
|
|
"type": "object",
|
|
"additionalProperties": true,
|
|
"properties": {
|
|
"filename": {
|
|
"anyOf": [
|
|
{
|
|
"type": "string"
|
|
},
|
|
{
|
|
"instanceof": "Function"
|
|
}
|
|
]
|
|
},
|
|
"chunkFilename": {
|
|
"anyOf": [
|
|
{
|
|
"type": "string"
|
|
},
|
|
{
|
|
"instanceof": "Function"
|
|
}
|
|
]
|
|
},
|
|
"ignoreOrder": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|