2021-06-16
Features
- Add
--configPlugin
CLI option to apply plugins to the config file for e.g. TypeScript configs (#3835) - Add "safest" and "smallest" presets to tree-shaking options for easier configuration (#4131)
- Add
treeshake.correctVarValueBeforeDeclaration
option to deoptimizevar
declarations (#4139)
Pull Requests
- #3835: Add typescript config support (@TheRealSyler)
- #4131: Add presets to the tree-shaking options (@lukastaegert)
- #4139: Add option to deoptimize var declarations for tree-shaking (@lukastaegert)
- #4141: Update dependencies (@lukastaegert)