Skip to content

Commit aab73e2

Browse files
committed
refactor(@angular-devkit/build-angular): remove deprecated karma builder environment option
BREAKING CHANGE: Remove deprecated karma builder `environment` option
1 parent 083669e commit aab73e2

File tree

1 file changed

+0
-5
lines changed
  • packages/angular_devkit/build_angular/src/karma

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@
5959
},
6060
"additionalProperties": false
6161
},
62-
"environment": {
63-
"type": "string",
64-
"description": "Defines the build environment.",
65-
"x-deprecated": "This option has no effect."
66-
},
6762
"include": {
6863
"type": "array",
6964
"items": {

0 commit comments

Comments
 (0)