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/browser/schema.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@
136
136
},
137
137
"extractCss": {
138
138
"type": "boolean",
139
-
"description": "Extract css from global styles onto css files instead of js ones.",
139
+
"description": "Extract css from global styles into css files instead of js ones.",
140
140
"default": false
141
141
},
142
142
"watch": {
@@ -181,7 +181,7 @@
181
181
},
182
182
"buildOptimizer": {
183
183
"type": "boolean",
184
-
"description": "Enables @angular-devkit/build-optimizer optimizations when using the 'aot' option.",
184
+
"description": "Enables '@angular-devkit/build-optimizer' optimizations when using the 'aot' option.",
185
185
"default": false
186
186
},
187
187
"namedChunks": {
@@ -214,7 +214,7 @@
214
214
},
215
215
"statsJson": {
216
216
"type": "boolean",
217
-
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: #webpack-bundle-analyzer' or https: //webpack.github.io/analyse.",
217
+
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: 'webpack-bundle-analyzer' or https: //webpack.github.io/analyse.",
218
218
"default": false
219
219
},
220
220
"forkTypeChecker": {
@@ -223,7 +223,7 @@
223
223
"default": true
224
224
},
225
225
"lazyModules": {
226
-
"description": "List of additional NgModule files that will be lazy loaded. Lazy router modules with be discovered automatically.",
226
+
"description": "List of additional NgModule files that will be lazy loaded. Lazy router modules will be discovered automatically.",
227
227
"type": "array",
228
228
"items": {
229
229
"type": "string"
@@ -263,7 +263,7 @@
263
263
},
264
264
"input": {
265
265
"type": "string",
266
-
"description": "The input path dir in which to apply 'glob'. Defaults to the project root."
266
+
"description": "The input directory path in which to apply 'glob'. Defaults to the project root."
Copy file name to clipboardExpand all lines: packages/angular_devkit/build_angular/src/server/schema.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@
145
145
},
146
146
"statsJson": {
147
147
"type": "boolean",
148
-
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: #webpack-bundle-analyzer' or https: //webpack.github.io/analyse.",
148
+
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: 'webpack-bundle-analyzer' or https: //webpack.github.io/analyse.",
149
149
"default": false
150
150
},
151
151
"forkTypeChecker": {
@@ -154,7 +154,7 @@
154
154
"default": true
155
155
},
156
156
"lazyModules": {
157
-
"description": "List of additional NgModule files that will be lazy loaded. Lazy router modules with be discovered automatically.",
157
+
"description": "List of additional NgModule files that will be lazy loaded. Lazy router modules will be discovered automatically.",
0 commit comments