File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
packages/angular_devkit/build_angular/src Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 290
290
"showCircularDependencies" : {
291
291
"type" : " boolean" ,
292
292
"description" : " Show circular dependency warnings on builds." ,
293
- "default" : false
293
+ "default" : false ,
294
+ "x-deprecated" : " The recommended method to detect circular dependencies in project code is to use a either a lint rule or other external tooling."
294
295
},
295
296
"buildOptimizer" : {
296
297
"type" : " boolean" ,
Original file line number Diff line number Diff line change 187
187
"showCircularDependencies" : {
188
188
"type" : " boolean" ,
189
189
"description" : " Show circular dependency warnings on builds." ,
190
- "default" : false
190
+ "default" : false ,
191
+ "x-deprecated" : " The recommended method to detect circular dependencies in project code is to use a either a lint rule or other external tooling."
191
192
},
192
193
"namedChunks" : {
193
194
"type" : " boolean" ,
You can’t perform that action at this time.
0 commit comments