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

[Turbopack] fix rsc chunking optimization #70461

Merged
merged 6 commits into from
Sep 25, 2024

Commits on Sep 25, 2024

  1. fix query string for rsc entry

    sokra committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f4b7e77 View commit details
    Browse the repository at this point in the history
  2. mark all modules as server components correctly, fix order of imports…

    … for better caching
    sokra committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ea7ce0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58560e8 View commit details
    Browse the repository at this point in the history
  4. error message spacing

    sokra committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    12b99e1 View commit details
    Browse the repository at this point in the history
  5. fix test case

    sokra committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    de6f369 View commit details
    Browse the repository at this point in the history
  6. Update crates/next-core/src/next_app/app_page_entry.rs

    Co-authored-by: Niklas Mischkulnig <[email protected]>
    sokra and mischnic authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1a75edb View commit details
    Browse the repository at this point in the history