Skip to content

Commit

Permalink
refactor(@angular-devkit/build-angular): deprecate `showCircularDepen…
Browse files Browse the repository at this point in the history
…dencies`
  • Loading branch information
alan-agius4 committed Mar 16, 2021
1 parent 871480a commit f815e08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@
"showCircularDependencies": {
"type": "boolean",
"description": "Show circular dependency warnings on builds.",
"default": false
"default": false,
"x-deprecated": "The recommended method to detect circular dependencies in project code is to use a either a lint rule or other external tooling."
},
"buildOptimizer": {
"type": "boolean",
Expand Down
3 changes: 2 additions & 1 deletion packages/angular_devkit/build_angular/src/server/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@
"showCircularDependencies": {
"type": "boolean",
"description": "Show circular dependency warnings on builds.",
"default": false
"default": false,
"x-deprecated": "The recommended method to detect circular dependencies in project code is to use a either a lint rule or other external tooling."
},
"namedChunks": {
"type": "boolean",
Expand Down

0 comments on commit f815e08

Please sign in to comment.