Skip to content

Commit 70099af

Browse files
committed
docs(@angular/cli): update build description
Replace webpack with esbuild.
1 parent d3cd1c4 commit 70099af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ The command can be used to build a project of type "application" or "library".
22
When used to build a library, a different builder is invoked, and only the `ts-config`, `configuration`, and `watch` options are applied.
33
All other options apply only to building applications.
44

5-
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.
5+
The application builder uses the [esbuild](https://esbuild.github.io/) build tool, with default configuration options specified in the workspace configuration file (`angular.json`) or with a named alternative configuration.
66
A "development" configuration is created by default when you use the CLI to create the project, and you can use that configuration by specifying the `--configuration development`.
77

88
The configuration options generally correspond to the command options.

0 commit comments

Comments
 (0)