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 React error overlay and HMR source maps #8034

Merged
merged 7 commits into from May 8, 2022
Merged

Commits on May 1, 2022

  1. Fix source maps in HMR

    devongovett committed May 1, 2022
    Copy the full SHA
    cc9c4d9 View commit details
    Browse the repository at this point in the history
  2. Add react-error-overlay

    devongovett committed May 1, 2022
    Copy the full SHA
    e3756c5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b396f1a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1d34c7a View commit details
    Browse the repository at this point in the history
  5. Update yarn.lock

    devongovett committed May 1, 2022
    Copy the full SHA
    39b143d View commit details
    Browse the repository at this point in the history
  6. lint

    devongovett committed May 1, 2022
    Copy the full SHA
    c75986f View commit details
    Browse the repository at this point in the history
  7. Remove .babelrc from hmr-runtime

    It relies on regeneratorRuntime which isn't always defined, and SWC will compile the runtime anyway
    devongovett committed May 1, 2022
    Copy the full SHA
    47c0b5d View commit details
    Browse the repository at this point in the history