Skip to content

Commit 893ee8f

Browse files
alan-agius4clydin
authored andcommitted
docs(@angular-devkit/build-angular): update vendorChunk and commonChunk descriptions
(cherry picked from commit 64aa570)
1 parent 24073af commit 893ee8f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/angular_devkit/build_angular/src/browser/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,12 @@
182182
},
183183
"vendorChunk": {
184184
"type": "boolean",
185-
"description": "Use a separate bundle containing only vendor libraries.",
185+
"description": "Generate a seperate bundle containing only vendor libraries. This option should only used for development.",
186186
"default": true
187187
},
188188
"commonChunk": {
189189
"type": "boolean",
190-
"description": "Use a separate bundle containing code used across multiple bundles.",
190+
"description": "Generate a seperate bundle containing code used across multiple bundles.",
191191
"default": true
192192
},
193193
"baseHref": {

packages/angular_devkit/build_angular/src/dev-server/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,12 @@
173173
},
174174
"vendorChunk": {
175175
"type": "boolean",
176-
"description": "Use a separate bundle containing only vendor libraries.",
176+
"description": "Generate a seperate bundle containing only vendor libraries. This option should only used for development.",
177177
"x-deprecated": "Use the \"vendorChunk\" option in the browser builder instead."
178178
},
179179
"commonChunk": {
180180
"type": "boolean",
181-
"description": "Use a separate bundle containing code used across multiple bundles.",
181+
"description": "Generate a seperate bundle containing code used across multiple bundles.",
182182
"x-deprecated": "Use the \"commonChunk\" option in the browser builder instead."
183183
},
184184
"baseHref": {

0 commit comments

Comments
 (0)