1. 15 Jan, 2018 1 commit
  2. 28 Oct, 2017 1 commit
  3. 26 Sep, 2017 1 commit
  4. 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
  5. 28 Jun, 2017 1 commit
  6. 18 May, 2017 1 commit
  7. 16 May, 2017 3 commits
  8. 15 May, 2017 4 commits
  9. 14 May, 2017 2 commits
  10. 08 May, 2017 1 commit
  11. 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
  12. 15 Apr, 2017 1 commit
  13. 07 Mar, 2017 1 commit
  14. 06 Mar, 2017 1 commit
  15. 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
  16. 23 Sep, 2016 1 commit
  17. 22 Sep, 2016 2 commits
  18. 19 Sep, 2016 1 commit