|
715 | 715 | "additionalProperties": false
|
716 | 716 | },
|
717 | 717 | "optimization": {
|
718 |
| - "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-and-source-map-configuration.", |
| 718 | + "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.", |
719 | 719 | "oneOf": [
|
720 | 720 | {
|
721 | 721 | "type": "object",
|
|
800 | 800 | "default": false
|
801 | 801 | },
|
802 | 802 | "sourceMap": {
|
803 |
| - "description": "Output source maps.", |
| 803 | + "description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.", |
804 | 804 | "default": true,
|
805 | 805 | "oneOf": [
|
806 | 806 | {
|
|
1300 | 1300 | "default": true
|
1301 | 1301 | },
|
1302 | 1302 | "optimization": {
|
1303 |
| - "description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination and fonts inlining. For more information, see https://angular.io/guide/workspace-config#optimization-and-source-map-configuration.", |
| 1303 | + "description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination and fonts inlining. For more information, see https://angular.io/guide/workspace-config#optimization-configuration.", |
1304 | 1304 | "default": false,
|
1305 | 1305 | "oneOf": [
|
1306 | 1306 | {
|
|
1329 | 1329 | "description": "Build using ahead-of-time compilation."
|
1330 | 1330 | },
|
1331 | 1331 | "sourceMap": {
|
1332 |
| - "description": "Output source maps.", |
| 1332 | + "description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.", |
1333 | 1333 | "default": true,
|
1334 | 1334 | "oneOf": [
|
1335 | 1335 | {
|
|
1505 | 1505 | "additionalProperties": false
|
1506 | 1506 | },
|
1507 | 1507 | "sourceMap": {
|
1508 |
| - "description": "Output source maps.", |
| 1508 | + "description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.", |
1509 | 1509 | "default": true,
|
1510 | 1510 | "oneOf": [
|
1511 | 1511 | {
|
|
1787 | 1787 | "additionalProperties": false
|
1788 | 1788 | },
|
1789 | 1789 | "optimization": {
|
1790 |
| - "description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking and dead-code elimination. For more information, see https://angular.io/guide/workspace-config#optimization-and-source-map-configuration.", |
| 1790 | + "description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking and dead-code elimination. For more information, see https://angular.io/guide/workspace-config#optimization-configuration.", |
1791 | 1791 | "default": false,
|
1792 | 1792 | "oneOf": [
|
1793 | 1793 | {
|
|
1828 | 1828 | "description": "The path where style resources will be placed, relative to outputPath."
|
1829 | 1829 | },
|
1830 | 1830 | "sourceMap": {
|
1831 |
| - "description": "Output source maps.", |
| 1831 | + "description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.", |
1832 | 1832 | "default": true,
|
1833 | 1833 | "oneOf": [
|
1834 | 1834 | {
|
|
0 commit comments