1. 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
  2. 09 Feb, 2018 5 commits
  3. 04 Feb, 2018 1 commit
  4. 22 Jan, 2018 1 commit
  5. 20 Jan, 2018 1 commit
  6. 18 Jan, 2018 2 commits
  7. 15 Jan, 2018 4 commits
  8. 14 Jan, 2018 7 commits
  9. 13 Jan, 2018 1 commit
  10. 12 Jan, 2018 3 commits
  11. 11 Jan, 2018 9 commits
  12. 10 Jan, 2018 5 commits