WIP - add extractor, generate snippet_data
This commit is contained in:
43
node_modules/postcss-loader/lib/options.json
generated
vendored
Normal file
43
node_modules/postcss-loader/lib/options.json
generated
vendored
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"config": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"ctx": {
|
||||
"type": "object"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"exec": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ident": {
|
||||
"type": "string"
|
||||
},
|
||||
"parser": {
|
||||
"type": [ "string", "object" ]
|
||||
},
|
||||
"syntax": {
|
||||
"type": [ "string", "object" ]
|
||||
},
|
||||
"stringifier": {
|
||||
"type": [ "string", "object" ]
|
||||
},
|
||||
"plugins": {
|
||||
"anyOf": [
|
||||
{ "type": "array" },
|
||||
{ "type": "object" },
|
||||
{ "instanceof": "Function" }
|
||||
]
|
||||
},
|
||||
"sourceMap": {
|
||||
"type": [ "string", "boolean" ]
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
}
|
||||
Reference in New Issue
Block a user