|
633 | 633 | "properties": {
|
634 | 634 | "browserTarget": {
|
635 | 635 | "type": "string",
|
636 |
| - "description": "Target to build." |
| 636 | + "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`." |
637 | 637 | },
|
638 | 638 | "serverTarget": {
|
639 | 639 | "type": "string",
|
640 |
| - "description": "Server target to use for rendering the app shell." |
| 640 | + "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`." |
641 | 641 | },
|
642 | 642 | "appModuleBundle": {
|
643 | 643 | "type": "string",
|
|
715 | 715 | "additionalProperties": false
|
716 | 716 | },
|
717 | 717 | "optimization": {
|
718 |
| - "description": "Enables optimization of the build output.", |
| 718 | + "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.", |
719 | 719 | "oneOf": [
|
720 | 720 | {
|
721 | 721 | "type": "object",
|
|
1188 | 1188 | "properties": {
|
1189 | 1189 | "browserTarget": {
|
1190 | 1190 | "type": "string",
|
1191 |
| - "description": "Target to serve." |
| 1191 | + "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`." |
1192 | 1192 | },
|
1193 | 1193 | "port": {
|
1194 | 1194 | "type": "number",
|
|
1280 | 1280 | "default": true
|
1281 | 1281 | },
|
1282 | 1282 | "optimization": {
|
1283 |
| - "description": "Enable optimization of the build output.", |
| 1283 | + "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.", |
1284 | 1284 | "default": false,
|
1285 | 1285 | "oneOf": [
|
1286 | 1286 | {
|
|
1371 | 1371 | "properties": {
|
1372 | 1372 | "browserTarget": {
|
1373 | 1373 | "type": "string",
|
1374 |
| - "description": "Target to extract from." |
| 1374 | + "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`." |
1375 | 1375 | },
|
1376 | 1376 | "format": {
|
1377 | 1377 | "type": "string",
|
|
1689 | 1689 | },
|
1690 | 1690 | "devServerTarget": {
|
1691 | 1691 | "type": "string",
|
1692 |
| - "description": "Dev server target to run tests against." |
| 1692 | + "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`." |
1693 | 1693 | },
|
1694 | 1694 | "grep": {
|
1695 | 1695 | "type": "string",
|
|
1767 | 1767 | "additionalProperties": false
|
1768 | 1768 | },
|
1769 | 1769 | "optimization": {
|
1770 |
| - "description": "Enables optimization of the build output.", |
| 1770 | + "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.", |
1771 | 1771 | "default": false,
|
1772 | 1772 | "oneOf": [
|
1773 | 1773 | {
|
|
0 commit comments