Skip to content

treeshake

  • Type: boolean | TreeshakingOptions
  • Default: true

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

Released under the MIT License.