docs(@angular-devkit/build-angular): update vendorChunk and commonChunk descriptions

This commit is contained in:
Alan Agius 2021-01-19 10:49:14 +01:00 committed by Charles
parent 8ec493e7cc
commit 64aa5703fa
2 changed files with 4 additions and 4 deletions

View File

@ -182,12 +182,12 @@
},
"vendorChunk": {
"type": "boolean",
"description": "Use a separate bundle containing only vendor libraries.",
"description": "Generate a seperate bundle containing only vendor libraries. This option should only used for development.",
"default": true
},
"commonChunk": {
"type": "boolean",
"description": "Use a separate bundle containing code used across multiple bundles.",
"description": "Generate a seperate bundle containing code used across multiple bundles.",
"default": true
},
"baseHref": {

View File

@ -173,12 +173,12 @@
},
"vendorChunk": {
"type": "boolean",
"description": "Use a separate bundle containing only vendor libraries.",
"description": "Generate a seperate bundle containing only vendor libraries. This option should only used for development.",
"x-deprecated": "Use the \"vendorChunk\" option in the browser builder instead."
},
"commonChunk": {
"type": "boolean",
"description": "Use a separate bundle containing code used across multiple bundles.",
"description": "Generate a seperate bundle containing code used across multiple bundles.",
"x-deprecated": "Use the \"commonChunk\" option in the browser builder instead."
},
"baseHref": {