cleanup(misc): deprecate showCircularDependencies option (#5135)

This commit is contained in:
Tasos Bekos 2021-03-26 21:12:21 +02:00 committed by GitHub
parent feb31628e9
commit 14b1df2173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 15 additions and 12 deletions

View File

@ -252,7 +252,7 @@ Generates a service worker config for production builds.
### showCircularDependencies
Default: `true`
Default: `false`
Type: `boolean`

View File

@ -110,7 +110,7 @@ Log progress to the console while building.
### showCircularDependencies
Default: `true`
Default: `false`
Type: `boolean`

View File

@ -186,7 +186,7 @@ External Scripts which will be included before the main application entry
### showCircularDependencies
Default: `true`
Default: `false`
Type: `boolean`

View File

@ -253,7 +253,7 @@ Generates a service worker config for production builds.
### showCircularDependencies
Default: `true`
Default: `false`
Type: `boolean`

View File

@ -111,7 +111,7 @@ Log progress to the console while building.
### showCircularDependencies
Default: `true`
Default: `false`
Type: `boolean`

View File

@ -187,7 +187,7 @@ External Scripts which will be included before the main application entry
### showCircularDependencies
Default: `true`
Default: `false`
Type: `boolean`

View File

@ -253,7 +253,7 @@ Generates a service worker config for production builds.
### showCircularDependencies
Default: `true`
Default: `false`
Type: `boolean`

View File

@ -111,7 +111,7 @@ Log progress to the console while building.
### showCircularDependencies
Default: `true`
Default: `false`
Type: `boolean`

View File

@ -187,7 +187,7 @@ External Scripts which will be included before the main application entry
### showCircularDependencies
Default: `true`
Default: `false`
Type: `boolean`

View File

@ -262,7 +262,8 @@
"showCircularDependencies": {
"type": "boolean",
"description": "Show circular dependency warnings on builds.",
"default": true
"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",

View File

@ -82,7 +82,8 @@
"showCircularDependencies": {
"type": "boolean",
"description": "Show circular dependency warnings on builds.",
"default": true
"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."
},
"maxWorkers": {
"type": "number",

View File

@ -214,7 +214,8 @@
"showCircularDependencies": {
"type": "boolean",
"description": "Show circular dependency warnings on builds.",
"default": true
"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."
},
"memoryLimit": {
"type": "number",