mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 23:03:36 +01:00
21 lines
481 B
JSON
21 lines
481 B
JSON
{
|
|
"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."
|
|
}
|
|
]
|
|
}
|