Skip to content

Commit c695c3a

Browse files
jbogarthydehansl
authored andcommitted
docs: edit build description
1 parent 1c39f54 commit c695c3a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
Uses the Webpack build tool, with default target environment and build options specified in the workspace configuration file, `angular.json`.
1+
Uses the Webpack build tool, with default configuration options specified in the workspace configuration file, `angular.json`, or with a named alternative configuration.
2+
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 `--prod` option.
23

3-
You can override the configuration defaults by specifying an option on the command line.
4+
The configuration options generally correspond to the command options.
5+
You can override individual configuration defaults by specifying the corresponding options on the command line.
46
The command can accept option names given in either dash-case or camelCase.
57
Note that in the configuration file, you must specify names in camelCase.
68

7-
The configuration options generally correspond to the command options.
89
Some additional options can only be set through the configuration file,
910
either by direct editing or with the `ng config` command.
1011
These include `assets`, `styles`, and `scripts` objects that provide runtime-global resources to include in the project.

0 commit comments

Comments
 (0)