1. 07 Aug, 2018 1 commit
  2. 26 Jun, 2018 1 commit
  3. 23 Jun, 2018 1 commit
  4. 04 Apr, 2018 1 commit
    • Joe Haddad's avatar
      Publish · dfbc71ce
      Joe Haddad authored
       - react-dev-utils@5.0.1
       - react-scripts@1.1.4
      dfbc71ce
  5. 03 Apr, 2018 2 commits
  6. 02 Apr, 2018 1 commit
  7. 23 Mar, 2018 1 commit
  8. 22 Mar, 2018 1 commit
    • Lee Byron's avatar
      `.mjs` should not resolve before .js files (#4085) · c6375edc
      Lee Byron authored
      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.
      c6375edc
  9. 09 Feb, 2018 4 commits
  10. 04 Feb, 2018 1 commit
  11. 22 Jan, 2018 1 commit
  12. 20 Jan, 2018 1 commit
  13. 15 Jan, 2018 2 commits
    • Dan's avatar
      Publish · e73a783e
      Dan authored
       - babel-preset-react-app@3.1.1
       - create-react-app@1.5.0
       - eslint-config-react-app@2.1.0
       - react-dev-utils@5.0.0
       - react-error-overlay@4.0.0
       - react-scripts@1.1.0
      e73a783e
    • Dan Abramov's avatar
      Tweak section on expanding env variables · 95b26012
      Dan Abramov authored
      95b26012
  14. 14 Jan, 2018 2 commits
  15. 10 Jan, 2018 1 commit
  16. 09 Jan, 2018 7 commits
  17. 08 Jan, 2018 12 commits