Skip to content

Commit 24073af

Browse files
alan-agius4clydin
authored andcommitted
docs(@angular/cli): update vendorChunk and commonChunk descriptions
(cherry picked from commit 8ec493e)
1 parent cc6ce13 commit 24073af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/angular/cli/lib/config/schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -836,12 +836,12 @@
836836
},
837837
"vendorChunk": {
838838
"type": "boolean",
839-
"description": "Use a separate bundle containing only vendor libraries.",
839+
"description": "Generate a seperate bundle containing only vendor libraries. This option should only used for development.",
840840
"default": true
841841
},
842842
"commonChunk": {
843843
"type": "boolean",
844-
"description": "Use a separate bundle containing code used across multiple bundles.",
844+
"description": "Generate a seperate bundle containing code used across multiple bundles.",
845845
"default": true
846846
},
847847
"baseHref": {
@@ -1360,11 +1360,11 @@
13601360
},
13611361
"vendorChunk": {
13621362
"type": "boolean",
1363-
"description": "Use a separate bundle containing only vendor libraries."
1363+
"description": "Generate a seperate bundle containing only vendor libraries. This option should only used for development."
13641364
},
13651365
"commonChunk": {
13661366
"type": "boolean",
1367-
"description": "Use a separate bundle containing code used across multiple bundles."
1367+
"description": "Generate a seperate bundle containing code used across multiple bundles."
13681368
},
13691369
"baseHref": {
13701370
"type": "string",

0 commit comments

Comments
 (0)