treeshake
- Type:
optionaltreeshake:boolean|TreeshakingOptions
Defined in: options/input-options.ts:386
Controls tree-shaking (dead code elimination).
When false, tree-shaking will be disabled. When true, it is equivalent to setting each options to the default value.
Default
ts
true