1. 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
  2. 15 Jan, 2018 3 commits
  3. 28 Oct, 2017 1 commit
  4. 26 Sep, 2017 1 commit
  5. 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
  6. 28 Jun, 2017 1 commit
  7. 18 May, 2017 1 commit
  8. 16 May, 2017 3 commits
  9. 15 May, 2017 4 commits
  10. 14 May, 2017 2 commits
  11. 08 May, 2017 1 commit
  12. 21 Apr, 2017 1 commit
    • Buns Shar's avatar
      Resolve localhost when offline on Windows (#1839) · c0fd5696
      Buns Shar authored
      * Change proxy localhost to I27.0.0.1 for windows
      
      * Update comment
      
      * resolve localhost IP with DNS lookup on windows
      
      * Fix CI errors
      
      * Promisify addWebpackMiddleware
      
      * Remove Node 6 syntax
      
      * Update addWebpackMiddleware.js
      
      * Actually use the resolved proxy
      c0fd5696
  13. 15 Apr, 2017 1 commit
  14. 07 Mar, 2017 1 commit
  15. 06 Mar, 2017 1 commit
  16. 04 Mar, 2017 1 commit
    • Daniel Grant's avatar
      Modularise scripts (#1433) · b88d6655
      Daniel Grant authored
      * Refactor start script into modules
      
      * Move dev server config into config file
      
      * Replace eject file whitelist with a "remove-file-on-eject" flag
      
      * Move utils into scripts folder (for inclusion in ejection)
      
      * Add missed changes
      
      * Pass showInstructions as an argument
      
      * Fix eject bug
      
      * Don't eject babelTransform
      b88d6655
  17. 23 Sep, 2016 1 commit
  18. 22 Sep, 2016 2 commits
  19. 19 Sep, 2016 1 commit