Skip to content

treeshake

Controls tree-shaking (dead code elimination). When true, unused code will be removed from the bundle to reduce bundle size.

Default

ts
true

Released under the MIT License.