Skip to content

✨ v1.0.0 - 2024-04-21

Latest
Compare
Choose a tag to compare
@susnux susnux released this 21 Apr 16:04
9169823

Added

  • New feature to add polyfills only for APIs that are used by your code.
    This is similar to Babels useBuiltIns: '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