WIP - add extractor, generate snippet_data
This commit is contained in:
40
node_modules/url-loader/dist/options.json
generated
vendored
Normal file
40
node_modules/url-loader/dist/options.json
generated
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"limit": {
|
||||
"type": ["string", "number"]
|
||||
},
|
||||
"mimetype": {
|
||||
"type": "string"
|
||||
},
|
||||
"fallback": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"loader": {
|
||||
"description": "Fallback loader name",
|
||||
"type": "string"
|
||||
},
|
||||
"options": {
|
||||
"description": "Fallback loader options",
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "object"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
}
|
||||
Reference in New Issue
Block a user