32 lines
483 B
JSON
32 lines
483 B
JSON
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"hmr": {
|
|
"type": "boolean"
|
|
},
|
|
"base": {
|
|
"type": "number"
|
|
},
|
|
"attrs": {
|
|
"type": "object"
|
|
},
|
|
"insertAt": {
|
|
"type": ["string", "object"]
|
|
},
|
|
"insertInto": {
|
|
"type": "string"
|
|
},
|
|
"singleton": {
|
|
"type": "boolean"
|
|
},
|
|
"sourceMap": {
|
|
"type": "boolean"
|
|
},
|
|
"convertToAbsoluteUrls": {
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|