Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: support safari14 by default for wider ES2020 compatibility #9063

Merged
merged 3 commits into from Nov 28, 2022

Commits on Jul 13, 2022

  1. Update default target from safari13 to safari14.

    From vitejs#9062, it sounds like the goal is to support ES2020 by default. However, the browser list was set to `safari13`, which means that big ints (an ES2020 feature) produced an error by default.
    
    This PR updates from `safari13` to `safari14` (released September 2020) to support that.
    
    Thanks for any consideration of this change!
    lgarron committed Jul 13, 2022
    Copy the full SHA
    4f1c3b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. chore: merge main

    bluwy committed Nov 28, 2022
    Copy the full SHA
    8f82459 View commit details
    Browse the repository at this point in the history
  2. docs: update browser compat

    bluwy committed Nov 28, 2022
    Copy the full SHA
    96f5c19 View commit details
    Browse the repository at this point in the history