Skip to content

Commit b8e8fb6

Browse files
alan-agius4vikerman
authored andcommitted
refactor(@angular-devkit/build-angular): deprecate karma environment option
This option is unused and has no effect
1 parent ee3be89 commit b8e8fb6

File tree

1 file changed

+2
-1
lines changed
  • packages/angular_devkit/build_angular/src/karma

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
},
6262
"environment": {
6363
"type": "string",
64-
"description": "Defines the build environment."
64+
"description": "Defines the build environment.",
65+
"x-deprecated": "This option has no effect."
6566
},
6667
"include": {
6768
"type": "array",

0 commit comments

Comments
 (0)