Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! docs: update esbuild guide for v17
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin committed Oct 27, 2023
1 parent 3b2059c commit 87cbe36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aio/content/guide/esbuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Builder | Configuration Changes | Code Changes | Integrated SSR |
| `browser-esbuild` | builder name only | No* | No


### Using the compatibility builder
### Using the `browser-esbuild` builder

A builder named `browser-esbuild` is available within the `@angular-devkit/build-angular` package that is present in an Angular CLI generated application. The builder is a drop-in replacement for the existing `browser` builder that provides the preexisting browser application build system.
You can try out the new build system for applications that use the `browser` builder.
Expand Down Expand Up @@ -64,7 +64,7 @@ Changing the `builder` field is the only change you will need to make.
...
</code-example>

### Using the new default builder
### Using the `application` builder

A builder named `application` is also available within the `@angular-devkit/build-angular` package that is present in an Angular CLI generated application.
This builder is the default for all new applications created via `ng new`.
Expand Down

0 comments on commit 87cbe36

Please sign in to comment.