|
619 | 619 | "properties": {
|
620 | 620 | "browserTarget": {
|
621 | 621 | "type": "string",
|
622 |
| - "description": "Target to build." |
| 622 | + "description": "A browser builder target to use for rendering the app shell in the format of `project:target[:configuration]`. You can also pass in more than one configuration name as a comma-separated list. Example: `project:target:production,staging`." |
623 | 623 | },
|
624 | 624 | "serverTarget": {
|
625 | 625 | "type": "string",
|
626 |
| - "description": "Server target to use for rendering the app shell." |
| 626 | + "description": "A server builder target to use for rendering the app shell in the format of `project:target[:configuration]`. You can also pass in more than one configuration name as a comma-separated list. Example: `project:target:production,staging`." |
627 | 627 | },
|
628 | 628 | "appModuleBundle": {
|
629 | 629 | "type": "string",
|
|
701 | 701 | "additionalProperties": false
|
702 | 702 | },
|
703 | 703 | "optimization": {
|
704 |
| - "description": "Enables optimization of the build output.", |
| 704 | + "description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code eliminiation and fonts inlining. For more information, see https://angular.io/guide/workspace-config#optimization-and-source-map-configuration.", |
705 | 705 | "oneOf": [
|
706 | 706 | {
|
707 | 707 | "type": "object",
|
|
1169 | 1169 | "properties": {
|
1170 | 1170 | "browserTarget": {
|
1171 | 1171 | "type": "string",
|
1172 |
| - "description": "Target to serve." |
| 1172 | + "description": "A browser builder target to serve in the format of `project:target[:configuration]`. You can also pass in more than one configuration name as a comma-separated list. Example: `project:target:production,staging`." |
1173 | 1173 | },
|
1174 | 1174 | "port": {
|
1175 | 1175 | "type": "number",
|
|
1261 | 1261 | "default": true
|
1262 | 1262 | },
|
1263 | 1263 | "optimization": {
|
1264 |
| - "description": "Enable optimization of the build output.", |
| 1264 | + "description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code eliminiation and fonts inlining. For more information, see https://angular.io/guide/workspace-config#optimization-and-source-map-configuration.", |
1265 | 1265 | "default": false,
|
1266 | 1266 | "oneOf": [
|
1267 | 1267 | {
|
|
1352 | 1352 | "properties": {
|
1353 | 1353 | "browserTarget": {
|
1354 | 1354 | "type": "string",
|
1355 |
| - "description": "Target to extract from." |
| 1355 | + "description": "A browser builder target to extract i18n messages in the format of `project:target[:configuration]`. You can also pass in more than one configuration name as a comma-separated list. Example: `project:target:production,staging`." |
1356 | 1356 | },
|
1357 | 1357 | "format": {
|
1358 | 1358 | "type": "string",
|
|
1665 | 1665 | },
|
1666 | 1666 | "devServerTarget": {
|
1667 | 1667 | "type": "string",
|
1668 |
| - "description": "Dev server target to run tests against." |
| 1668 | + "description": "A dev-server builder target to run tests against in the format of `project:target[:configuration]`. You can also pass in more than one configuration name as a comma-separated list. Example: `project:target:production,staging`." |
1669 | 1669 | },
|
1670 | 1670 | "grep": {
|
1671 | 1671 | "type": "string",
|
|
1743 | 1743 | "additionalProperties": false
|
1744 | 1744 | },
|
1745 | 1745 | "optimization": {
|
1746 |
| - "description": "Enables optimization of the build output.", |
| 1746 | + "description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking and dead-code eliminiation. For more information, see https://angular.io/guide/workspace-config#optimization-and-source-map-configuration.", |
1747 | 1747 | "default": false,
|
1748 | 1748 | "oneOf": [
|
1749 | 1749 | {
|
|
0 commit comments