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

Enable loading source maps for Next Server and React #64527

Merged
merged 3 commits into from
Apr 22, 2024

Commits on Apr 20, 2024

  1. Inline Next.js sources content into source map files

    This avoids a `loadNetworkResource` error in Chrome DevTools when trying
    to set breakpoints in the Next.js sources, for both server and client.
    unstubbable committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    c8f3798 View commit details
    Browse the repository at this point in the history
  2. Add and load React production source maps

    This can be reverted when a React canary version is used that
    includes facebook/react#28881.
    unstubbable committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    47fe8e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea37c04 View commit details
    Browse the repository at this point in the history