Skip to content

Commit 08062e9

Browse files
alan-agius4dgp1130
authored andcommitted
refactor(@angular-devkit/build-angular): remove unused server builder options
BREAKING CHANGE: options `commonChunk` and `vendorChunk` have been removed from the server builder. Note: this change only effects direct @angular-devkit/build-angular users and not the application developers as users will be migrated automatically off these options.
1 parent 51de4f7 commit 08062e9

File tree

1 file changed

+0
-12
lines changed
  • packages/angular_devkit/build_angular/src/server

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -105,18 +105,6 @@
105105
}
106106
]
107107
},
108-
"vendorChunk": {
109-
"type": "boolean",
110-
"description": "Use a separate bundle containing only vendor libraries.",
111-
"default": true,
112-
"x-deprecated": "Since version 9. This option has no effect on server platform."
113-
},
114-
"commonChunk": {
115-
"type": "boolean",
116-
"description": "Use a separate bundle containing code used across multiple bundles.",
117-
"default": true,
118-
"x-deprecated": "Since version 9. This option has no effect on server platform."
119-
},
120108
"deployUrl": {
121109
"type": "string",
122110
"description": "URL where files will be deployed."

0 commit comments

Comments
 (0)