1. 18 Jan, 2018 1 commit
    • Bond's avatar
      Use custom bit.ly links (#3836) · 9d67605a
      Bond authored
      * change link to advanced deployment
      
      * Use custom CRA link for deployment
      
      * use custom link for minification failure
      
      * update link for deployment
      
      * feedback
      9d67605a
  2. 17 Jan, 2018 2 commits
    • Ro Savage's avatar
      Add support for CSS Modules with explicit filename (#2285) · fc7c9915
      Ro Savage authored
      * Add css modules with [name].modules.css file convention
      
      * Add e2e for CSS Modules
      
      * Updated based on feedback
      
      * Change css modules class name to be deterministic and fix licences
      
      * Update css modules class naming convention
      fc7c9915
    • 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
  3. 16 Jan, 2018 1 commit
    • Dan Abramov's avatar
      Try to fix CI (#3806) · 72c3d4eb
      Dan Abramov authored
      * Try to fix CI
      
      * Bump Jest elsewhere
      
      * Bump Babel elsewhere
      
      * Fix CI on Windows by writing .cmd file back
      72c3d4eb
  4. 15 Jan, 2018 8 commits
  5. 14 Jan, 2018 1 commit
  6. 11 Dec, 2017 1 commit
  7. 07 Nov, 2017 1 commit
  8. 28 Oct, 2017 1 commit
  9. 26 Sep, 2017 1 commit
  10. 10 Sep, 2017 1 commit
  11. 09 Aug, 2017 1 commit
  12. 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
  13. 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
  14. 28 Jun, 2017 3 commits
  15. 27 Jun, 2017 4 commits
  16. 19 Jun, 2017 2 commits
  17. 27 May, 2017 1 commit
  18. 25 May, 2017 1 commit
  19. 22 May, 2017 2 commits
  20. 20 May, 2017 2 commits
  21. 19 May, 2017 3 commits
  22. 18 May, 2017 1 commit