1. 23 Mar, 2018 1 commit
  2. 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
  3. 09 Feb, 2018 5 commits
  4. 04 Feb, 2018 1 commit
  5. 22 Jan, 2018 1 commit
  6. 20 Jan, 2018 1 commit
  7. 18 Jan, 2018 2 commits
  8. 15 Jan, 2018 4 commits
  9. 14 Jan, 2018 7 commits
  10. 13 Jan, 2018 1 commit
    • Joe Haddad's avatar
      Enable Yarn check files (#3769) · 238af4b1
      Joe Haddad authored
      * This is a good default.
      Adds approx 4 seconds to install time, but can save some headaches.
      
      * Add no lockfile for add, too
      238af4b1
  11. 12 Jan, 2018 3 commits
    • Dan Abramov's avatar
      Pin Lerna · 3f099477
      Dan Abramov authored
      3f099477
    • Dan Abramov's avatar
      Switch to Yarn Workspaces (#3755) · 0aeffe62
      Dan Abramov authored
      * Switch to Yarn Workspaces
      
      * Feedback
      
      * Move flowconfig
      
      * Use publish script
      
      * Keep git status check
      
      * Fix Flow without perf penalty
      
      * Remove Flow from package.json "test"
      
      * Try running it from script directly (?)
      
      * Try magic incantations
      
      * lol flow COME ON
      
      * Try to skip Flow on AppVeyor
      
      * -df
      
      * -df
      
      * -df
      
      * Try to fix CI
      
      * Revert unrelated changes
      
      * Update CONTRIBUTING.md
      0aeffe62
    • Dan Abramov's avatar
      Try updating Flow (#3757) · 3f7851de
      Dan Abramov authored
      3f7851de
  12. 11 Jan, 2018 9 commits
  13. 10 Jan, 2018 4 commits