File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/angular/cli/lib/config Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" : {
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" ,
You can’t perform that action at this time.
0 commit comments