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 836
836
},
837
837
"vendorChunk" : {
838
838
"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 ." ,
840
840
"default" : true
841
841
},
842
842
"commonChunk" : {
843
843
"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." ,
845
845
"default" : true
846
846
},
847
847
"baseHref" : {
1360
1360
},
1361
1361
"vendorChunk" : {
1362
1362
"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 ."
1364
1364
},
1365
1365
"commonChunk" : {
1366
1366
"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."
1368
1368
},
1369
1369
"baseHref" : {
1370
1370
"type" : " string" ,
You can’t perform that action at this time.
0 commit comments