Skip to content

Commit 7cd06b7

Browse files
committed
1 parent a3b676f commit 7cd06b7

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

packages/angular/cli/lib/config/schema.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@
715715
"additionalProperties": false
716716
},
717717
"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.",
719719
"oneOf": [
720720
{
721721
"type": "object",
@@ -800,7 +800,7 @@
800800
"default": false
801801
},
802802
"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.",
804804
"default": true,
805805
"oneOf": [
806806
{
@@ -1300,7 +1300,7 @@
13001300
"default": true
13011301
},
13021302
"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.",
13041304
"default": false,
13051305
"oneOf": [
13061306
{
@@ -1329,7 +1329,7 @@
13291329
"description": "Build using ahead-of-time compilation."
13301330
},
13311331
"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.",
13331333
"default": true,
13341334
"oneOf": [
13351335
{
@@ -1505,7 +1505,7 @@
15051505
"additionalProperties": false
15061506
},
15071507
"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.",
15091509
"default": true,
15101510
"oneOf": [
15111511
{
@@ -1787,7 +1787,7 @@
17871787
"additionalProperties": false
17881788
},
17891789
"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.",
17911791
"default": false,
17921792
"oneOf": [
17931793
{
@@ -1828,7 +1828,7 @@
18281828
"description": "The path where style resources will be placed, relative to outputPath."
18291829
},
18301830
"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.",
18321832
"default": true,
18331833
"oneOf": [
18341834
{

packages/angular_devkit/build_angular/src/browser/schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"additionalProperties": false
5858
},
5959
"optimization": {
60-
"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.",
60+
"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.",
6161
"x-user-analytics": 16,
6262
"default": false,
6363
"oneOf": [
@@ -146,7 +146,7 @@
146146
"default": false
147147
},
148148
"sourceMap": {
149-
"description": "Output source maps.",
149+
"description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.",
150150
"default": true,
151151
"oneOf": [
152152
{

packages/angular_devkit/build_angular/src/dev-server/schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"x-deprecated": "No longer has an effect."
106106
},
107107
"optimization": {
108-
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, tree-shaking and fonts inlining. For more information, see https://angular.io/guide/workspace-config#optimization-and-source-map-configuration.",
108+
"description": "Enables optimization of the build output. Including minification of scripts and styles, tree-shaking, dead-code elimination, tree-shaking and fonts inlining. For more information, see https://angular.io/guide/workspace-config#optimization-configuration.",
109109
"x-user-analytics": 16,
110110
"oneOf": [
111111
{
@@ -137,7 +137,7 @@
137137
"x-deprecated": "Use the \"aot\" option in the browser builder instead."
138138
},
139139
"sourceMap": {
140-
"description": "Output source maps.",
140+
"description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.",
141141
"oneOf": [
142142
{
143143
"type": "object",

packages/angular_devkit/build_angular/src/karma/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"description": "Globs of files to include, relative to workspace or project root. \nThere are 2 special cases:\n - when a path to directory is provided, all spec files ending \".spec.@(ts|tsx)\" will be included\n - when a path to a file is provided, and a matching spec file exists it will be included instead"
6868
},
6969
"sourceMap": {
70-
"description": "Output source maps.",
70+
"description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.",
7171
"default": true,
7272
"oneOf": [
7373
{

packages/angular_devkit/build_angular/src/server/schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"additionalProperties": false
3030
},
3131
"optimization": {
32-
"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.",
32+
"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.",
3333
"x-user-analytics": 16,
3434
"default": false,
3535
"oneOf": [
@@ -72,7 +72,7 @@
7272
"default": ""
7373
},
7474
"sourceMap": {
75-
"description": "Output source maps.",
75+
"description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.",
7676
"default": true,
7777
"oneOf": [
7878
{

0 commit comments

Comments
 (0)