You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
481 B
21 lines
481 B
4 years ago
|
{
|
||
|
"anyOf": [
|
||
|
{
|
||
|
"type": "object",
|
||
|
"description": "A webpack configuration object."
|
||
|
},
|
||
|
{
|
||
|
"type": "array",
|
||
|
"description": "An array of webpack configuration objects.",
|
||
|
"items": {
|
||
|
"description": "A webpack configuration object.",
|
||
|
"type": "object"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"instanceof": "Promise",
|
||
|
"description": "A promise that resolves with a configuration object, or an array of configuration objects."
|
||
|
}
|
||
|
]
|
||
|
}
|