Skip to content

Commit

Permalink
Update website/docs/en/config/optimization.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: neverland <chenjiahan.jait@bytedance.com>
  • Loading branch information
JSerFeng and chenjiahan committed Aug 6, 2024
1 parent 893af50 commit b781776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/en/config/optimization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ module.exports = {
]}
/>

`optimization.innerGraph` tell Rspack whether to perform a more detailed analysis of variable assignment.
`optimization.innerGraph` tells Rspack whether to perform a more detailed analysis of variable assignments. This helps Rspack to identify unused module exports, thereby reducing the size of the bundled output.

For example:

Expand Down

0 comments on commit b781776

Please sign in to comment.