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

edge-ssr: bundle next/dist as ESM for better tree-shaking #40251

Merged
merged 39 commits into from Sep 26, 2022

Commits on Sep 15, 2022

  1. add esm targets

    feedthejim committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    fc675ce View commit details
    Browse the repository at this point in the history
  2. rewrite loader requires

    feedthejim committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    1440ad2 View commit details
    Browse the repository at this point in the history
  3. update pnpm lockfile

    feedthejim committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    90e6701 View commit details
    Browse the repository at this point in the history
  4. chore: cleanup

    feedthejim committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    29bceb8 View commit details
    Browse the repository at this point in the history
  5. remove log

    feedthejim committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    e18dde9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b26599 View commit details
    Browse the repository at this point in the history
  7. comment dist module swap

    feedthejim committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    66e4685 View commit details
    Browse the repository at this point in the history
  8. fix dev mode

    feedthejim committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    299d206 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c054002 View commit details
    Browse the repository at this point in the history
  10. add lib as a target

    feedthejim committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    17e371c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9282e01 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6d5ef12 View commit details
    Browse the repository at this point in the history
  13. fix type import in app.tsx

    feedthejim committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    8ec3a6e View commit details
    Browse the repository at this point in the history
  14. update export client lib

    feedthejim committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    17f2b71 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Merge remote-tracking branch 'upstream/canary' into next-build-esm

    # Conflicts:
    #	pnpm-lock.yaml
    feedthejim committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    6a3d03f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    6fcb4d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2dbf84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c77fe29 View commit details
    Browse the repository at this point in the history
  4. update caniuse

    feedthejim committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    75913c3 View commit details
    Browse the repository at this point in the history
  5. set caniuse version

    feedthejim committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    87077b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a183299 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. update compiled

    ijjk committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    af84a23 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'canary' into next-build-esm

    # Conflicts:
    #	packages/next/data.js
    ijjk committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    3f8e343 View commit details
    Browse the repository at this point in the history
  3. update compiled

    ijjk committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    027c6a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. add NEXT_RUNTIME='browser'

    feedthejim committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    ed9d86d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f218521 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97b8e16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a59d637 View commit details
    Browse the repository at this point in the history
  5. fix build

    feedthejim committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    fdad9c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6fdad0 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    712ef33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23e2f1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b35ce7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d3efca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff03f4c View commit details
    Browse the repository at this point in the history
  6. update precompiled files

    feedthejim committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    237e7fa View commit details
    Browse the repository at this point in the history
  7. fix telemetry

    feedthejim committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    0c97cba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c32774 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    58f653e View commit details
    Browse the repository at this point in the history