Skip to content

Commit

Permalink
fix(core): remove progress args from serve (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy committed Apr 25, 2022
1 parent 26caeed commit a2d3509
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions packages/core/src/angular/ng-serve-options.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,15 +222,6 @@
"hidden": false,
"deprecated": "Use the \"deployUrl\" option in the browser builder instead."
},
{
"name": "progress",
"description": "Log progress to the console while building.",
"type": "boolean",
"required": false,
"aliases": [],
"hidden": false,
"deprecated": "Use the \"progress\" option in the browser builder instead."
},
{
"name": "poll",
"description": "Enable and define the file watching poll time period in milliseconds.",
Expand All @@ -239,4 +230,4 @@
"aliases": [],
"hidden": false
}
]
]

0 comments on commit a2d3509

Please sign in to comment.