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.
38 lines
602 B
38 lines
602 B
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"hmr": {
|
|
"type": "boolean"
|
|
},
|
|
"base": {
|
|
"type": "number"
|
|
},
|
|
"attrs": {
|
|
"type": "object"
|
|
},
|
|
"insertAt": {
|
|
"type": ["string", "object"]
|
|
},
|
|
"insertInto": {
|
|
"anyOf": [
|
|
{ "type": "string" },
|
|
{ "instanceof": "Function" }
|
|
]
|
|
},
|
|
"transform": {
|
|
"type": "string"
|
|
},
|
|
"singleton": {
|
|
"type": "boolean"
|
|
},
|
|
"sourceMap": {
|
|
"type": "boolean"
|
|
},
|
|
"convertToAbsoluteUrls": {
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|