Commit 358dc73
committed
docs: clarify treeshake option behavior
Explain that the Rollup pass only post-processes esbuild's output for
extra tree shaking rather than replacing esbuild for the whole build,
and that treeshake: false simply skips that pass since esbuild's own
tree shaking always runs and can't be disabled.1 parent b6bcae8 commit 358dc73
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
| 504 | + | |
| 505 | + | |
504 | 506 | | |
505 | 507 | | |
506 | 508 | | |
| |||
0 commit comments