--prod
Flag to set configuration to "prod".
--configuration
(alias: -c
)
Specify the configuration to use.
--browser-target
Target to serve.
--port
Port to listen on.
--host
Host to listen on.
--proxy-config
Proxy configuration file.
--ssl
Serve using HTTPS.
--ssl-key
SSL key to use for serving HTTPS.
--ssl-cert
SSL certificate to use for serving HTTPS.
--open
(alias: -o
)
Opens the url in default browser.
--live-reload
Whether to reload the page on change, using live-reload.
--public-host
Specify the URL that the browser client will use.
--serve-path
The pathname where the app will be served.
--disable-host-check
Don't verify connected clients are part of allowed hosts.
--hmr
Enable hot module replacement.
--watch
Rebuild on change.
--hmr-warning
Show a warning when the --hmr option is enabled.
--serve-path-default-warning
Show a warning when deploy-url/base-href use unsupported serve path values.
--optimization
Defines the optimization level of the build.
--aot
Build using Ahead of Time compilation.
--source-map
Output sourcemaps.
--eval-source-map
Output in-file eval sourcemaps.
--vendor-chunk
Use a separate bundle containing only vendor libraries.
--common-chunk
Use a separate bundle containing code used across multiple bundles.
--base-href
Base url for the application being built.
--deploy-url
URL where files will be deployed.
--verbose
Adds more details to output logging.
--progress
Log progress to the console while building.