File tree 8 files changed +10
-10
lines changed
angular_devkit/build_angular/src
8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ See https://github.com/angular/angular-cli/issues/7797 for details.
113
113
<code>--optimization</code>
114
114
</p >
115
115
<p >
116
- Defines the optimization level of the build.
116
+ Enables optimization of the build output .
117
117
</p >
118
118
</details >
119
119
<details >
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ ng serve [project]
178
178
<code>--optimization</code>
179
179
</p >
180
180
<p >
181
- Defines the optimization level of the build.
181
+ Enables optimization of the build output .
182
182
</p >
183
183
</details >
184
184
<details >
Original file line number Diff line number Diff line change 580
580
},
581
581
"optimization" : {
582
582
"type" : " boolean" ,
583
- "description" : " Defines the optimization level of the build." ,
583
+ "description" : " Enables optimization of the build output ." ,
584
584
"default" : false
585
585
},
586
586
"fileReplacements" : {
995
995
},
996
996
"optimization" : {
997
997
"type" : " boolean" ,
998
- "description" : " Defines the optimization level of the build."
998
+ "description" : " Enables optimization of the build output ."
999
999
},
1000
1000
"aot" : {
1001
1001
"type" : " boolean" ,
1373
1373
},
1374
1374
"optimization" : {
1375
1375
"type" : " boolean" ,
1376
- "description" : " Defines the optimization level of the build." ,
1376
+ "description" : " Enables optimization of the build output ." ,
1377
1377
"default" : false
1378
1378
},
1379
1379
"fileReplacements" : {
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export interface BrowserBuilderSchema {
42
42
stylePreprocessorOptions ?: StylePreprocessorOptions ;
43
43
44
44
/**
45
- * Defines the optimization level of the build.
45
+ * Enables optimization of the build output .
46
46
*/
47
47
optimization : boolean ;
48
48
Original file line number Diff line number Diff line change 55
55
},
56
56
"optimization" : {
57
57
"type" : " boolean" ,
58
- "description" : " Defines the optimization level of the build." ,
58
+ "description" : " Enables optimization of the build output ." ,
59
59
"default" : false
60
60
},
61
61
"fileReplacements" : {
Original file line number Diff line number Diff line change 80
80
},
81
81
"optimization" : {
82
82
"type" : " boolean" ,
83
- "description" : " Defines the optimization level of the build."
83
+ "description" : " Enables optimization of the build output ."
84
84
},
85
85
"aot" : {
86
86
"type" : " boolean" ,
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export interface BuildWebpackServerSchema {
61
61
*/
62
62
bundleDependencies ?: BundleDependencies ;
63
63
/**
64
- * Defines the optimization level of the build.
64
+ * Enables optimization of the build output .
65
65
*/
66
66
optimization ?: boolean ;
67
67
/**
Original file line number Diff line number Diff line change 29
29
},
30
30
"optimization" : {
31
31
"type" : " boolean" ,
32
- "description" : " Defines the optimization level of the build." ,
32
+ "description" : " Enables optimization of the build output ." ,
33
33
"default" : false
34
34
},
35
35
"fileReplacements" : {
You can’t perform that action at this time.
0 commit comments