Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! docs: update esbuild guide …
Browse files Browse the repository at this point in the history
…for v17
  • Loading branch information
clydin committed Oct 27, 2023
1 parent 87cbe36 commit b5667be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aio/content/guide/esbuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ Builder | Configuration Changes | Code Changes | Integrated SSR |
| `application` | Multiple option changes required. If using SSR, additional targets will need to be updated. | Yes, if using SSR | Yes
| `browser-esbuild` | builder name only | No* | No

The `application` builder is generally preferred as it improves server-side rendered (SSR) builds, and makes it easier for client-side rendered projects to adopt SSR in the future.
However it requires a little more migration effort, particularly for existing SSR applications.
If the `application` builder is difficult for your project to adopt, `browser-esbuild` can be an easier solution which gives most of the build performance benefits with fewer breaking changes.

### Using the `browser-esbuild` builder

Expand Down

0 comments on commit b5667be

Please sign in to comment.