Skip to content

Commit 5415bcc

Browse files
Alanalexeagle
Alan
authored andcommitted
refactor: deprecate protractor baseUrl option from builder
Users should use baseUrl property in the Protractor config file
1 parent 8252f20 commit 5415bcc

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
},
4646
"baseUrl": {
4747
"type": "string",
48-
"description": "Base URL for protractor to connect to."
48+
"description": "Base URL for protractor to connect to.",
49+
"x-deprecated": "Use \"baseUrl\" in the Protractor config file instead."
4950
}
5051
},
5152
"additionalProperties": false,

0 commit comments

Comments
 (0)