Skip to main content

Module tree_shake

Module tree_shake 

Source
Expand description

Unused code removal. Tree-shaking command for removing unused code.

Analyzes JavaScript/TypeScript bundles to identify and report unused code that can be removed to reduce bundle size.

Structs§

TreeShakeArgs
CLI arguments for the tree-shake command.

Functions§

run
Run the tree-shake command.