From 570ce9edbe4c26c8c21b20390b25fb02b798efc6 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Mon, 26 Oct 2020 13:30:20 +0100 Subject: [PATCH] docs(@angular-devkit/build-angular): remove `="true"` from prod flag in ng build documentation --- packages/angular/cli/commands/build-long.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular/cli/commands/build-long.md b/packages/angular/cli/commands/build-long.md index 4e10498f4cd5..a28a5f56d532 100644 --- a/packages/angular/cli/commands/build-long.md +++ b/packages/angular/cli/commands/build-long.md @@ -3,7 +3,7 @@ When used to build a library, a different builder is invoked, and only the `ts-c All other options apply only to building applications. The application builder uses the [webpack](https://webpack.js.org/) build tool, with default configuration options specified in the workspace configuration file (`angular.json`) or with a named alternative configuration. -A "production" configuration is created by default when you use the CLI to create the project, and you can use that configuration by specifying the `--configuration="production"` or the `--prod="true"` option. +A "production" configuration is created by default when you use the CLI to create the project, and you can use that configuration by specifying the `--configuration="production"` or the `--prod` option. The configuration options generally correspond to the command options. You can override individual configuration defaults by specifying the corresponding options on the command line.