docs(@angular-devkit/build-angular): remove ="true" from prod flag in ng build documentation

This commit is contained in:
Alan Agius 2020-10-26 13:30:20 +01:00 committed by Charles
parent d7d92bfc1a
commit a75478a45b

View File

@ -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.