mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 10:33:43 +08:00
docs(@angular-devkit/build-angular): update vendorChunk and commonChunk descriptions
This commit is contained in:
parent
8ec493e7cc
commit
64aa5703fa
@ -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": {
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user