Added
- New feature to add polyfills only for APIs that are used by your code.
This is similar to BabelsuseBuiltIns: 'usage'
. Please not that only your code is analyzed and not your third party dependencies. usage
option added, set to true to enable detecting usage polyfills
Changed
summary
option was removed- Update dependencies