@@ -68,7 +68,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
68
68
<details >
69
69
<summary >aot</summary >
70
70
<p >
71
- ` --aot` _default: false_
71
+ <code> --aot</code> <em>default value: false</em>
72
72
</p >
73
73
<p >
74
74
Build using Ahead of Time compilation.
@@ -78,7 +78,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
78
78
<details >
79
79
<summary >app</summary >
80
80
<p >
81
- ` --app` (aliases: `-a` )
81
+ <code> --app</code> (aliases: <code>-a</code> )
82
82
</p >
83
83
<p >
84
84
Specifies app name or index to use.
@@ -88,7 +88,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
88
88
<details >
89
89
<summary >base-href</summary >
90
90
<p >
91
- ` --base-href` (aliases: ` -bh` )
91
+ <code> --base-href</code> (aliases: <code> -bh</code> )
92
92
</p >
93
93
<p >
94
94
Base url for the application being built.
@@ -98,7 +98,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
98
98
<details >
99
99
<summary >deploy-url</summary >
100
100
<p >
101
- ` --deploy-url` (aliases: `-d` )
101
+ <code> --deploy-url</code> (aliases: <code>-d</code> )
102
102
</p >
103
103
<p >
104
104
URL where files will be deployed.
@@ -108,7 +108,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
108
108
<details >
109
109
<summary >output-path</summary >
110
110
<p >
111
- ` --output-path` (aliases: ` -op` )
111
+ <code> --output-path</code> (aliases: <code> -op</code> )
112
112
</p >
113
113
<p >
114
114
Path where output will be placed
@@ -118,7 +118,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
118
118
<details >
119
119
<summary >environment</summary >
120
120
<p >
121
- ` --environment` (aliases: `-e` )
121
+ <code> --environment</code> (aliases: <code>-e</code> )
122
122
</p >
123
123
<p >
124
124
Defines the build environment.
@@ -128,7 +128,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
128
128
<details >
129
129
<summary >extract-css</summary >
130
130
<p >
131
- ` --extract-css` (aliases: ` -ec` )
131
+ <code> --extract-css</code> (aliases: <code> -ec</code> )
132
132
</p >
133
133
<p >
134
134
Extract css from global styles onto css files instead of js ones.
@@ -138,7 +138,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
138
138
<details >
139
139
<summary >i18n-file</summary >
140
140
<p >
141
- ` --i18n-file`
141
+ <code> --i18n-file</code>
142
142
</p >
143
143
<p >
144
144
Localization file to use for i18n.
@@ -148,7 +148,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
148
148
<details >
149
149
<summary >i18n-format</summary >
150
150
<p >
151
- ` --i18n-format`
151
+ <code> --i18n-format</code>
152
152
</p >
153
153
<p >
154
154
Format of the localization file specified with --i18n-file.
@@ -158,7 +158,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
158
158
<details >
159
159
<summary >locale</summary >
160
160
<p >
161
- ` --locale`
161
+ <code> --locale</code>
162
162
</p >
163
163
<p >
164
164
Locale to use for i18n.
@@ -168,20 +168,20 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
168
168
<details >
169
169
<summary >output-hashing</summary >
170
170
<p >
171
- ` --output-hashing` (aliases: ` -oh` )
171
+ <code> --output-hashing</code> (aliases: <code> -oh</code> )
172
172
</p >
173
173
<p >
174
174
Define the output filename cache-busting hashing mode.
175
175
</p >
176
176
<p >
177
- Values: ` none`, ` all`, ` media`, ` bundles`
177
+ Values: <code> none</code>, <code> all</code>, <code> media</code>, <code> bundles</code>
178
178
</p >
179
179
</details >
180
180
181
181
<details >
182
182
<summary >output-path</summary >
183
183
<p >
184
- ` --output-path` (aliases: ` -op` )
184
+ <code> --output-path</code> (aliases: <code> -op</code> )
185
185
</p >
186
186
<p >
187
187
Path where output will be placed.
@@ -191,7 +191,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
191
191
<details >
192
192
<summary >poll</summary >
193
193
<p >
194
- ` --poll`
194
+ <code> --poll</code>
195
195
</p >
196
196
<p >
197
197
Enable and define the file watching poll time period (milliseconds).
@@ -201,7 +201,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
201
201
<details >
202
202
<summary >progress</summary >
203
203
<p >
204
- ` --progress` (aliases: ` -pr`) _default value: true_
204
+ <code> --progress</code> (aliases: <code> -pr</code>) <em>default value: true</<em>
205
205
</p >
206
206
<p >
207
207
Log progress to the console while building.
@@ -211,7 +211,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
211
211
<details >
212
212
<summary >sourcemap</summary >
213
213
<p >
214
- ` --sourcemap` (aliases: ` -sm`, ` sourcemaps` )
214
+ <code> --sourcemap</code> (aliases: <code> -sm</code>, <code> sourcemaps</code> )
215
215
</p >
216
216
<p >
217
217
Output sourcemaps.
@@ -221,17 +221,17 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
221
221
<details >
222
222
<summary >stats-json</summary >
223
223
<p >
224
- ` --stats-json` (aliases: `-`)
224
+ <code> --stats-json</code>
225
225
</p >
226
226
<p >
227
- Generates a ` stats.json` file which can be analyzed using tools such as: ` webpack-bundle-analyzer` or https://webpack.github.io/analyse.
227
+ Generates a <code> stats.json</code> file which can be analyzed using tools such as: <code> webpack-bundle-analyzer</code> or https://webpack.github.io/analyse.
228
228
</p >
229
229
</details >
230
230
231
231
<details >
232
232
<summary >target</summary >
233
233
<p >
234
- ` --target` (aliases: `-t`, ` -dev`, ` -prod`) _default value: development_
234
+ <code> --target</code> (aliases: <code>-t</code>, <code> -dev</code>, <code> -prod</code>) <em>default value: development</em>
235
235
</p >
236
236
<p >
237
237
Defines the build target.
@@ -241,7 +241,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
241
241
<details >
242
242
<summary >vendor-chunk</summary >
243
243
<p >
244
- ` --vendor-chunk` (aliases: ` -vc`) _default value: true_
244
+ <code> --vendor-chunk</code> (aliases: <code> -vc</code>) <em>default value: true</em>
245
245
</p >
246
246
<p >
247
247
Use a separate bundle containing only vendor libraries.
@@ -251,7 +251,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
251
251
<details >
252
252
<summary >verbose</summary >
253
253
<p >
254
- ` --verbose` (aliases: `-v`) _default value: false_
254
+ <code> --verbose</code> (aliases: <code>-v</code>) <em>default value: false</em>
255
255
</p >
256
256
<p >
257
257
Adds more details to output logging.
@@ -261,7 +261,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
261
261
<details >
262
262
<summary >watch</summary >
263
263
<p >
264
- ` --watch` (aliases: `-w` )
264
+ <code> --watch</code> (aliases: <code>-w</code> )
265
265
</p >
266
266
<p >
267
267
Run build when files change.
0 commit comments