Patch Changes
- 4992c14: Fix an issue with Shaker when CJS export is assigned to a const. Fixes #1348.
- 70000ec: The code remover should not delete classes if the last member was deleted.
- 5a32f4f: The code remover is trained to handle logical and ternary expressions. Fixes #1310.
- 727dc2b: fix: add caller settings to loadBabelOptions()
- 25ba134:
useBabelConfigs
feature flag. - 5a32f4f: Browser-specific code can now be wrapped in
if (typeof window !== 'undefined') { /* will be deleted */ }
.