mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 23:15:56 +08:00
When `outputMode` is configured, `--prerender` and `--app-shell` become no-ops, making server feature disabling difficult without modifying the configuration. This commit introduces the `--no-server` option, which can be used with `--output-mode static` to fully disable all server features. ``` ng build --output-mode static --no-server ```