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 182
182
},
183
183
"vendorChunk" : {
184
184
"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 ." ,
186
186
"default" : true
187
187
},
188
188
"commonChunk" : {
189
189
"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." ,
191
191
"default" : true
192
192
},
193
193
"baseHref" : {
Original file line number Diff line number Diff line change 173
173
},
174
174
"vendorChunk" : {
175
175
"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 ." ,
177
177
"x-deprecated" : " Use the \" vendorChunk\" option in the browser builder instead."
178
178
},
179
179
"commonChunk" : {
180
180
"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." ,
182
182
"x-deprecated" : " Use the \" commonChunk\" option in the browser builder instead."
183
183
},
184
184
"baseHref" : {
You can’t perform that action at this time.
0 commit comments