1. 17 Jan, 2018 1 commit
    • Jack Franklin's avatar
      Enhance Jest config error for `setupTestFrameworkScriptFile` (#3512) · 7969b48c
      Jack Franklin authored
      * Enhance Jest config error for `setupTestFrameworkScriptFile`
      
      I wasn't aware of the fact that users of c-r-a could just define
      `src/setupTests.js` and it would be configured with Jest - I nearly
      ejected before I found a GitHub issue that confirmed this functionality.
      
      I thought it might be a nice idea to add it to the error about Jest
      config overrides to stop others ejecting when they don't need to.
      
      * Change the order of Jest config errors.
      
      * Show different error for `setupTestFrameworkScriptFile`
      
      * Tweak the message
      7969b48c
  2. 16 Jan, 2018 1 commit
  3. 15 Jan, 2018 8 commits
  4. 14 Jan, 2018 1 commit
  5. 11 Dec, 2017 1 commit
  6. 07 Nov, 2017 1 commit
  7. 28 Oct, 2017 1 commit
  8. 26 Sep, 2017 1 commit
  9. 10 Sep, 2017 1 commit
  10. 09 Aug, 2017 1 commit
  11. 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
  12. 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
  13. 28 Jun, 2017 3 commits
  14. 27 Jun, 2017 4 commits
  15. 19 Jun, 2017 2 commits
  16. 27 May, 2017 1 commit
  17. 25 May, 2017 1 commit
  18. 22 May, 2017 2 commits
  19. 20 May, 2017 2 commits
  20. 19 May, 2017 3 commits
  21. 18 May, 2017 3 commits