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 120120 "vendorChunk" : {
121121 "type" : " boolean" ,
122122 "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."
124125 },
125126 "commonChunk" : {
126127 "type" : " boolean" ,
127128 "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."
129131 },
130132 "deployUrl" : {
131133 "type" : " string" ,
212214 "namedChunks" : {
213215 "type" : " boolean" ,
214216 "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."
216219 },
217220 "bundleDependencies" : {
218221 "type" : " string" ,
You can’t perform that action at this time.
0 commit comments