File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
packages/angular_devkit/build_angular/src/server Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 120
120
"vendorChunk" : {
121
121
"type" : " boolean" ,
122
122
"description" : " Use a separate bundle containing only vendor libraries." ,
123
- "default" : true
123
+ "default" : true ,
124
+ "x-deprecated" : " Since version 9. This option has no effect on server platform."
124
125
},
125
126
"commonChunk" : {
126
127
"type" : " boolean" ,
127
128
"description" : " Use a separate bundle containing code used across multiple bundles." ,
128
- "default" : true
129
+ "default" : true ,
130
+ "x-deprecated" : " Since version 9. This option has no effect on server platform."
129
131
},
130
132
"deployUrl" : {
131
133
"type" : " string" ,
212
214
"namedChunks" : {
213
215
"type" : " boolean" ,
214
216
"description" : " Use file name for lazy loaded chunks." ,
215
- "default" : true
217
+ "default" : true ,
218
+ "x-deprecated" : " Since version 9. This option has no effect on server platform."
216
219
},
217
220
"bundleDependencies" : {
218
221
"type" : " string" ,
You can’t perform that action at this time.
0 commit comments