You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/angular_devkit/build_angular/src/builders/application/schema.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,11 @@
133
133
},
134
134
"default": []
135
135
},
136
+
"clearScreen": {
137
+
"type": "boolean",
138
+
"default": false,
139
+
"description": "Automatically clearing the terminal screen during rebuilds."
140
+
},
136
141
"optimization": {
137
142
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, inlining of critical CSS and fonts inlining. For more information, see https://angular.io/guide/workspace-config#optimization-configuration.",
0 commit comments