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

Update from upstream repo facebookincubator/create-react-app@master #4

Merged
merged 5 commits into from
Oct 17, 2017

Commits on Oct 11, 2017

  1. react-error-overlay has no dependencies now (#3263)

    * `react-error-overlay` has no dependencies now (it's bundled)
    
    * Use babel 6 for now
    Timer committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    360fa27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86b4b6a View commit details
    Browse the repository at this point in the history
  3. Add warning when using react-error-overlay in production (#3264)

    * Add a warning when running minified
    
    * Add more robust check
    
    * Update index.js
    Timer committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    9ce144e View commit details
    Browse the repository at this point in the history
  4. Use production React version for bundled overlay (#3267)

    * Use production React version
    
    * We cannot strip our own checks if production
    
    * Keep the sourcemap during minify
    
    * Prevent devtools pollution
    
    * Add some comments
    
    * sigh
    Timer committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    991b092 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2017

  1. Fix dead link to Jest "expect" docs (#3289)

    Closes #3291
    alexkrolick authored and Timer committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    2d0ef6a View commit details
    Browse the repository at this point in the history