Skip to content

Commit 607fd80

Browse files
committed
docs: @next/bundle-analyzer doesn't support Turbopack
Signed-off-by: lihsai0 <[email protected]>
1 parent 8bc2218 commit 607fd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/01-app/02-guides/package-bundling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Bundling external packages can significantly improve the performance of your app
1212

1313
## Analyzing JavaScript bundles
1414

15-
[`@next/bundle-analyzer`](https://www.npmjs.com/package/@next/bundle-analyzer) is a plugin for Next.js that helps you manage the size of your application bundles. It generates a visual report of the size of each package and their dependencies. You can use the information to remove large dependencies, split, or [lazy-load](/docs/app/guides/lazy-loading) your code.
15+
[`@next/bundle-analyzer`](https://www.npmjs.com/package/@next/bundle-analyzer) is a plugin for Next.js that helps you manage the size of your application bundles. It generates a visual report of the size of each package and their dependencies. You can use the information to remove large dependencies, split, or [lazy-load](/docs/app/guides/lazy-loading) your code. `@next/bundle-analyzer` doesn't yet support Turbopack builds.
1616

1717
### Installation
1818

0 commit comments

Comments
 (0)