Files
w4rpservices/node_modules/style-loader/options.json
2018-10-27 03:51:47 -05:00

29 lines
427 B
JSON

{
"type": "object",
"properties": {
"base": {
"type": "number"
},
"attrs": {
"type": "object"
},
"insertAt": {
"type": "string"
},
"insertInto": {
"type": "string"
},
"singleton": {
"type": "boolean"
},
"sourceMap": {
"type": "boolean"
},
"convertToAbsoluteUrls": {
"type": "boolean"
}
},
"additionalProperties": true
}