diff --git a/packages/angular_devkit/build_angular/src/dev-server/schema.json b/packages/angular_devkit/build_angular/src/dev-server/schema.json index e58cb4cfb3..ad1606d05b 100644 --- a/packages/angular_devkit/build_angular/src/dev-server/schema.json +++ b/packages/angular_devkit/build_angular/src/dev-server/schema.json @@ -110,10 +110,6 @@ "type": "string", "description": "URL where files will be deployed." }, - "verbose": { - "type": "boolean", - "description": "Adds more details to output logging." - }, "progress": { "type": "boolean", "description": "Log progress to the console while building."