The Wayback Machine - https://web.archive.org/web/20201023163805/https://github.com/angular/angular-cli/pull/17978/files
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(@angular-devkit/build-angular): update browserTarget doc to be more specific about usage #17978

Open
wants to merge 1 commit into
base: master
from
Open
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

@@ -1136,7 +1136,7 @@
"properties": {
"browserTarget": {
"type": "string",
"description": "Target to serve."
"description": "Build target to serve in the format of project-name:builder:config. Useful for when there are additional alternate configurations (such as stable, or archive that are used by AIO)."
},
"port": {
"type": "number",
@@ -6,7 +6,7 @@
"properties": {
"browserTarget": {
"type": "string",
"description": "Target to serve.",
"description": "Build target to serve in the format of project-name:builder:config. Useful for when there are additional alternate configurations (such as stable, or archive that are used by AIO).",
"pattern": "^[^:\\s]+:[^:\\s]+(:[^\\s]+)?$"
},
"port": {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.