File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/angular_devkit/build_angular/src Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments