Skip to content

Commit 20c2c6c

Browse files
alan-agius4clydin
authored andcommitted
docs(@angular-devkit/build-angular): remove ="true" from prod flag in ng build documentation
(cherry picked from commit a75478a)
1 parent 9cd287d commit 20c2c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/cli/commands/build-long.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ When used to build a library, a different builder is invoked, and only the `ts-c
33
All other options apply only to building applications.
44

55
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.
6-
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.
6+
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.
77

88
The configuration options generally correspond to the command options.
99
You can override individual configuration defaults by specifying the corresponding options on the command line.

0 commit comments

Comments
 (0)