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

server: bundle vendored react #55362

Merged
merged 59 commits into from
Sep 15, 2023
Merged

server: bundle vendored react #55362

merged 59 commits into from
Sep 15, 2023

Commits on Sep 14, 2023

  1. toast

    feedthejim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9d114d5 View commit details
    Browse the repository at this point in the history
  2. types

    feedthejim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a12c76a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    906896c View commit details
    Browse the repository at this point in the history
  4. Revert "types"

    This reverts commit a12c76a.
    feedthejim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9c45cf0 View commit details
    Browse the repository at this point in the history
  5. fix edge

    feedthejim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    1e44d52 View commit details
    Browse the repository at this point in the history
  6. tree shake typeof window

    feedthejim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8193d1b View commit details
    Browse the repository at this point in the history
  7. fix actions

    feedthejim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5c33d38 View commit details
    Browse the repository at this point in the history
  8. update test

    feedthejim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d48d793 View commit details
    Browse the repository at this point in the history
  9. temporary HMR fix

    feedthejim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    eac661a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1425474 View commit details
    Browse the repository at this point in the history
  11. fix server actions build

    feedthejim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3eef508 View commit details
    Browse the repository at this point in the history
  12. fix bundled react in pages

    feedthejim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    886279b View commit details
    Browse the repository at this point in the history
  13. tentative require cache fix

    Co-authored-by: Tobias Koppers <sokra@users.noreply.github.com>
    feedthejim and sokra committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    1eeadc6 View commit details
    Browse the repository at this point in the history
  14. add env var

    feedthejim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8b0c25b View commit details
    Browse the repository at this point in the history
  15. fix server config

    feedthejim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a3ceceb View commit details
    Browse the repository at this point in the history
  16. fix hmr

    feedthejim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c5b5e51 View commit details
    Browse the repository at this point in the history
  17. Revert "tentative require cache fix"

    This reverts commit 1eeadc6.
    feedthejim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f4dd6ee View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d8b8a96 View commit details
    Browse the repository at this point in the history
  19. fix use flight response

    feedthejim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e303a7e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    80e946b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1824110 View commit details
    Browse the repository at this point in the history
  22. update vendored stub

    feedthejim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8bc4fcb View commit details
    Browse the repository at this point in the history
  23. re-do vendored contexts

    feedthejim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9771525 View commit details
    Browse the repository at this point in the history
  24. simplify require hook

    feedthejim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f0a4124 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0e0ee06 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a4dc693 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b92c0e8 View commit details
    Browse the repository at this point in the history
  28. fix require hook

    feedthejim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a598f5e View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    bf86e06 View commit details
    Browse the repository at this point in the history
  30. fix require hook (again)

    feedthejim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    57bb3bc View commit details
    Browse the repository at this point in the history
  31. update import map

    feedthejim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    25a9a8f View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    2f3f315 View commit details
    Browse the repository at this point in the history
  2. revert scheduler rewrites

    feedthejim committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    3a13db1 View commit details
    Browse the repository at this point in the history
  3. add new resolve plugin

    feedthejim committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    57a2cfe View commit details
    Browse the repository at this point in the history
  4. undo require changes

    feedthejim committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    90541a9 View commit details
    Browse the repository at this point in the history
  5. fix import mappings

    feedthejim committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    1cd252d View commit details
    Browse the repository at this point in the history
  6. fix contexts load in turbo

    feedthejim committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    dab2ad1 View commit details
    Browse the repository at this point in the history
  7. fix edge

    feedthejim committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    99caa9e View commit details
    Browse the repository at this point in the history
  8. fix typo in import map

    feedthejim committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    615a8d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0673756 View commit details
    Browse the repository at this point in the history
  10. fix worker runtime usage

    feedthejim committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    2237523 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a927bca View commit details
    Browse the repository at this point in the history
  12. fix hmr

    feedthejim committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    6b04748 View commit details
    Browse the repository at this point in the history
  13. clean up

    feedthejim committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    827bb43 View commit details
    Browse the repository at this point in the history
  14. fix HMR

    feedthejim committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    1874883 View commit details
    Browse the repository at this point in the history
  15. big cleanup

    feedthejim committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    65d43d6 View commit details
    Browse the repository at this point in the history
  16. dead code

    feedthejim committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    db67e63 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    84825ce View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f9f6945 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    485f0ae View commit details
    Browse the repository at this point in the history
  20. Merge branch 'feedthejim/bundle-react' of github.com:vercel/next.js i…

    …nto feedthejim/bundle-react
    ijjk committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    e2db79b View commit details
    Browse the repository at this point in the history
  21. Update packages/next-swc/crates/next-core/src/next_shared/resolve.rs

    Co-authored-by: Justin Ridgewell <justin@ridgewell.name>
    feedthejim and jridgewell authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    320bc74 View commit details
    Browse the repository at this point in the history
  22. address comments

    feedthejim committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    6de51b2 View commit details
    Browse the repository at this point in the history
  23. fix trace path

    ijjk committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    a2acaed View commit details
    Browse the repository at this point in the history
  24. Merge branch 'feedthejim/bundle-react' of github.com:vercel/next.js i…

    …nto feedthejim/bundle-react
    ijjk committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    05e7d8b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    bf1ad0b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    33ec18b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    dcef2aa View commit details
    Browse the repository at this point in the history
  28. bump

    ijjk committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    4a967fa View commit details
    Browse the repository at this point in the history