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

Add support for browserslist and legacyBrowsers experimental option #36584

Merged
merged 11 commits into from May 17, 2022

Commits on Apr 29, 2022

  1. Add support for browserslist and legacyBrowsers experimental option

    Implements vercel#33227
    
    - Applies browserslist to JS transforms
    - You don't have to use browserslist, there's also `legacyBrowsers: false` which will be the new default in Next.js 13. See vercel#33227 for which browsers and why.
    
    ```
    module.exports = {
      experimental: {
        legacyBrowsers: false
      }
    }
    ```
    timneutkens committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    8a14e17 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Handle loading of extends

    timneutkens committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    8790f3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0e74f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    375e068 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

  1. Remove next.config.js

    timneutkens committed May 1, 2022
    Configuration menu
    Copy the full SHA
    92648fb View commit details
    Browse the repository at this point in the history
  2. update fetch

    ijjk committed May 1, 2022
    Configuration menu
    Copy the full SHA
    cc3b557 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    c1e416d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3851ddf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e2b881 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Update test/e2e/browserslist/legacybrowsers-false.test.ts

    Co-authored-by: JJ Kasper <jj@jjsweb.site>
    timneutkens and ijjk committed May 17, 2022
    Configuration menu
    Copy the full SHA
    c6eeb26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79a2da5 View commit details
    Browse the repository at this point in the history