mirror of https://github.com/webpack/webpack.git
Fix formatting
This commit is contained in:
parent
776c6c4237
commit
43bd355adf
|
@ -569,20 +569,32 @@
|
|||
},
|
||||
"exclude": {
|
||||
"allOf": [
|
||||
{"$ref": "#/definitions/ruleSet-condition"},
|
||||
{"absolutePath": true}
|
||||
{
|
||||
"$ref": "#/definitions/ruleSet-condition"
|
||||
},
|
||||
{
|
||||
"absolutePath": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"include": {
|
||||
"allOf": [
|
||||
{"$ref": "#/definitions/ruleSet-condition"},
|
||||
{"absolutePath": true}
|
||||
{
|
||||
"$ref": "#/definitions/ruleSet-condition"
|
||||
},
|
||||
{
|
||||
"absolutePath": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"issuer": {
|
||||
"allOf": [
|
||||
{"$ref": "#/definitions/ruleSet-condition"},
|
||||
{"absolutePath": true}
|
||||
{
|
||||
"$ref": "#/definitions/ruleSet-condition"
|
||||
},
|
||||
{
|
||||
"absolutePath": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"loader": {
|
||||
|
@ -613,8 +625,12 @@
|
|||
},
|
||||
"resource": {
|
||||
"allOf": [
|
||||
{"$ref": "#/definitions/ruleSet-condition"},
|
||||
{"absolutePath": true}
|
||||
{
|
||||
"$ref": "#/definitions/ruleSet-condition"
|
||||
},
|
||||
{
|
||||
"absolutePath": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"resourceQuery": {
|
||||
|
@ -625,8 +641,12 @@
|
|||
},
|
||||
"test": {
|
||||
"allOf": [
|
||||
{"$ref": "#/definitions/ruleSet-condition"},
|
||||
{"absolutePath": true}
|
||||
{
|
||||
"$ref": "#/definitions/ruleSet-condition"
|
||||
},
|
||||
{
|
||||
"absolutePath": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"use": {
|
||||
|
|
Loading…
Reference in New Issue