Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: facebook/create-react-app
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: facebook/create-react-app
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.2
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Mar 22, 2018

  1. .mjs should not resolve before .js files (#4085)

    Support for .mjs files added in #3239 did not account for npm libraries which ship native mjs files alongside js files. This accounts for this by ensuring .js files resolve before their accompanying .mjs file. Note that this is not an ideal end state since selecting a .mjs over a .js extension should be the result of whether `import` was used instead of `require()` in a node environment with native ESM support (currently via `--experimental-modules`). Instead, this change just *always* selects a .js extension before the .mjs extension if it exists.
    
    This unbreaks support for using GraphQL (relay, apollo, etc) within create-react-app projects.
    leebyron authored and Timer committed Mar 22, 2018
    Copy the full SHA
    c6375ed View commit details

Commits on Mar 23, 2018

  1. Add troubleshooting for Github Pages (#4197)

    Add troubleshooting for an issue that has to do with either 2FA, or using Windows, or both, when trying to deploy an app via gh-pages
    Vicente Plata authored and andriijas committed Mar 23, 2018
    Copy the full SHA
    cb1608b View commit details

Commits on Apr 2, 2018

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    780a457 View commit details
  2. Publish

     - react-scripts@1.1.2
    gaearon committed Apr 2, 2018
    Copy the full SHA
    609aeea View commit details
Loading