Skip to content

Commit

Permalink
refactor(@angular-devkit/build-angular): remove unused server builder…
Browse files Browse the repository at this point in the history
… 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.
  • Loading branch information
alan-agius4 authored and dgp1130 committed May 5, 2020
1 parent 51de4f7 commit 08062e9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/angular_devkit/build_angular/src/server/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,6 @@
}
]
},
"vendorChunk": {
"type": "boolean",
"description": "Use a separate bundle containing only vendor libraries.",
"default": true,
"x-deprecated": "Since version 9. This option has no effect on server platform."
},
"commonChunk": {
"type": "boolean",
"description": "Use a separate bundle containing code used across multiple bundles.",
"default": true,
"x-deprecated": "Since version 9. This option has no effect on server platform."
},
"deployUrl": {
"type": "string",
"description": "URL where files will be deployed."
Expand Down

0 comments on commit 08062e9

Please sign in to comment.