treeshake
- Type:
optionaltreeshake:boolean|TreeshakingOptions
Defined in: options/input-options.ts:243
Controls tree-shaking (dead code elimination). When true, unused code will be removed from the bundle to reduce bundle size.
Default
ts
true