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

Updated: Support React-Hot-Loader compatibility #1168

Merged
merged 2 commits into from Jan 20, 2019

Commits on Jan 20, 2019

  1. fix: react-hot-loader compatibility

    theKashey authored and markerikson committed Jan 20, 2019
    Copy the full SHA
    37e2ce7 View commit details
    Browse the repository at this point in the history
  2. Fix test runner breaking

    The test runner script tried to pass the Jest config as
    stringified JSON, but that was breaking for me somehow.
    
    Sidestepped the problem by writing the settings to disk instead
    and pointing Jest to that file.
    markerikson committed Jan 20, 2019
    Copy the full SHA
    d78dd73 View commit details
    Browse the repository at this point in the history