File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/angular_devkit/build_angular/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 276
276
"type" : " boolean" ,
277
277
"description" : " Show circular dependency warnings on builds." ,
278
278
"default" : false ,
279
- "x-deprecated" : " The recommended method to detect circular dependencies in project code is to use a either a lint rule or other external tooling."
279
+ "x-deprecated" : " The recommended method to detect circular dependencies in project code is to use either a lint rule or other external tooling."
280
280
},
281
281
"buildOptimizer" : {
282
282
"type" : " boolean" ,
Original file line number Diff line number Diff line change 174
174
"type" : " boolean" ,
175
175
"description" : " Show circular dependency warnings on builds." ,
176
176
"default" : false ,
177
- "x-deprecated" : " The recommended method to detect circular dependencies in project code is to use a either a lint rule or other external tooling."
177
+ "x-deprecated" : " The recommended method to detect circular dependencies in project code is to use either a lint rule or other external tooling."
178
178
},
179
179
"namedChunks" : {
180
180
"type" : " boolean" ,
You can’t perform that action at this time.
0 commit comments