|
8 | 8 | ## Options
|
9 | 9 | `--port` (`-p`) port to serve the application on
|
10 | 10 |
|
11 |
| -`--host` (`-H`) |
| 11 | +`--host` (`-H`) host where to listen |
12 | 12 |
|
13 |
| -`--proxy-config` (`-pc`) |
14 |
| - |
15 |
| -`--watcher` (`-w`) provide a new watcher |
| 13 | +`--proxy-config` (`-pc`) proxy configuration file |
16 | 14 |
|
17 | 15 | `--live-reload` (`-lr`) flag to turn off live reloading
|
18 | 16 |
|
|
24 | 22 |
|
25 | 23 | `--live-reload-live-css` flag to live reload CSS
|
26 | 24 |
|
27 |
| -`--target` (`-t`, `-dev`, `-prod`) target environment |
28 |
| - |
29 |
| -`--environment` (`-e`) build environment |
30 |
| - |
31 | 25 | `--ssl` flag to turn on SSL
|
32 | 26 |
|
33 | 27 | `--ssl-key` path to the SSL key
|
34 | 28 |
|
35 | 29 | `--ssl-cert` path to the SSL cert
|
36 | 30 |
|
37 |
| -`--aot` flag to turn on Ahead of Time compilation |
38 |
| - |
39 | 31 | `--open` (`-o`) opens the app in the default browser
|
40 | 32 |
|
41 |
| -`--extract-css` extract css from global styles onto css files instead of js ones |
| 33 | +`--hmr` use hot module reload |
| 34 | + |
| 35 | +`--target` (`-t`) define the build target |
| 36 | + |
| 37 | +`--environment` (`-e`) defines the build environment |
| 38 | + |
| 39 | +`--prod` flag to set build target and environment to production |
| 40 | + |
| 41 | +`--dev` flag to set build target and environment to development |
| 42 | + |
| 43 | +`--output-path` (`-po`) path where output will be placed |
| 44 | + |
| 45 | +`--aot` flag whether to build using Ahead of Time compilation |
| 46 | + |
| 47 | +`--sourcemap` (`-sm`) output sourcemaps |
| 48 | + |
| 49 | +`--vendor-chunk` (`-vb`) use a separate bundle containing only vendor libraries |
| 50 | + |
| 51 | +`--base-href` (`-bh`) base url for the application being built |
| 52 | + |
| 53 | +`--deploy-url` (`-d`) url where files will be deployed |
| 54 | + |
| 55 | +`--verbose` (`-v`) adds more details to output logging |
| 56 | + |
| 57 | +`--progress` (`-pr`) log progress to the console while building |
| 58 | + |
| 59 | +`--extract-css` (`-ec`) extract css from global styles onto css files instead of js ones |
| 60 | + |
| 61 | +`--output-hashing` define the output filename cache-busting hashing mode |
0 commit comments