File tree Expand file tree Collapse file tree 1 file changed +25
-17
lines changed
packages/@angular/cli/lib/config Expand file tree Collapse file tree 1 file changed +25
-17
lines changed Original file line number Diff line number Diff line change 12111211 "additionalProperties" : false ,
12121212 "definitions" : {
12131213 "assetPattern" : {
1214- "type" : " object" ,
1215- "properties" : {
1216- "glob" : {
1217- "type" : " string" ,
1218- "description" : " The pattern to match."
1219- },
1220- "input" : {
1221- "type" : " string" ,
1222- "description" : " The input path dir in which to apply 'glob'. Defaults to the project root."
1214+ "oneOf" : [
1215+ {
1216+ "type" : " object" ,
1217+ "properties" : {
1218+ "glob" : {
1219+ "type" : " string" ,
1220+ "description" : " The pattern to match."
1221+ },
1222+ "input" : {
1223+ "type" : " string" ,
1224+ "description" : " The input path dir in which to apply 'glob'. Defaults to the project root."
1225+ },
1226+ "output" : {
1227+ "type" : " string" ,
1228+ "description" : " Absolute path within the output."
1229+ }
1230+ },
1231+ "additionalProperties" : false ,
1232+ "required" : [
1233+ " glob" ,
1234+ " input" ,
1235+ " output"
1236+ ]
12231237 },
1224- "output" : {
1238+ {
12251239 "type" : " string" ,
1226- "description" : " Absolute path within the output ."
1240+ "description" : " The file to include ."
12271241 }
1228- },
1229- "additionalProperties" : false ,
1230- "required" : [
1231- " glob" ,
1232- " input" ,
1233- " output"
12341242 ]
12351243 },
12361244 "extraEntryPoint" : {
You can’t perform that action at this time.
0 commit comments