Skip to content

Commit

Permalink
Update readme of @next/bundle-analyzer package (#62804)
Browse files Browse the repository at this point in the history
Set actual information about output of bundle analyzer.

---------

Co-authored-by: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
AlmazHecker and ijjk committed Mar 5, 2024
1 parent 135642b commit 473ef81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-bundle-analyzer/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Then you can run the command below:
ANALYZE=true yarn build
```

When enabled two HTML files (client.html and server.html) will be outputted to `<distDir>/analyze/`. One will be for the server bundle, one for the browser bundle.
When enabled three HTML files (client.html, edge.html and nodejs.html) will be outputted to `<distDir>/analyze/`. One will be for the nodejs server bundle, one for the edge server bundle, and one for the browser bundle.

#### Options

Expand Down

0 comments on commit 473ef81

Please sign in to comment.