Skip to content

Commit 03e5153

Browse files
alan-agius4Keen Yee Liau
authored and
Keen Yee Liau
committed
refactor: deprecated unused server builder options
1 parent 05a6470 commit 03e5153

File tree

1 file changed

+6
-3
lines changed
  • packages/angular_devkit/build_angular/src/server

1 file changed

+6
-3
lines changed

packages/angular_devkit/build_angular/src/server/schema.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,14 @@
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",
@@ -212,7 +214,8 @@
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",

0 commit comments

Comments
 (0)