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