1. 03 Apr, 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. 14 Jan, 2018 1 commit
  4. 11 Dec, 2017 1 commit
  5. 07 Nov, 2017 1 commit
  6. 28 Oct, 2017 1 commit
  7. 26 Sep, 2017 1 commit
  8. 10 Sep, 2017 1 commit
  9. 09 Aug, 2017 1 commit
  10. 02 Aug, 2017 1 commit
    • Ade Viankakrisna Fadlil's avatar
      Format UglifyJs error (#2650) · b643f571
      Ade Viankakrisna Fadlil authored
      * format UglifyJs error
      
      * move formatBuildError to react-dev-utils
      
      * fix readme
      
      * use regex for plucking the path from stack
      
      * make path human readable and fallback to show error if regex not matched
      
      * rename to printBuildError and add link to the docs
      
      * fix link indentation
      
      * improve readibility + shorten link
      b643f571
  11. 07 Jul, 2017 1 commit
    • Mostafa Hajizadeh's avatar
      Add "node" to Jest's moduleFileExtensions (#2738) · 16f0d4a5
      Mostafa Hajizadeh authored
      Jest's default value for this option is ["js", "json", "jsx", "node"].
      CRA's current value is ["web.js", "js", "json", "web.jsx", "jsx"], which
      is missing one of default ones: "node". This change fixes that.
      
      This "node" extension is used in packages that use native code.
      16f0d4a5
  12. 28 Jun, 2017 3 commits
  13. 27 Jun, 2017 4 commits
  14. 19 Jun, 2017 2 commits
  15. 27 May, 2017 1 commit
  16. 25 May, 2017 1 commit
  17. 22 May, 2017 2 commits
  18. 20 May, 2017 2 commits
  19. 19 May, 2017 3 commits
  20. 18 May, 2017 3 commits
  21. 16 May, 2017 4 commits
  22. 15 May, 2017 4 commits