1. 12 May, 2017 1 commit
  2. 11 May, 2017 1 commit
  3. 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
  4. 19 Apr, 2017 1 commit
  5. 14 Mar, 2017 1 commit
  6. 07 Mar, 2017 1 commit
  7. 06 Mar, 2017 1 commit
  8. 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
  9. 28 Feb, 2017 1 commit
  10. 24 Feb, 2017 1 commit
  11. 18 Feb, 2017 1 commit
  12. 15 Feb, 2017 1 commit
  13. 11 Feb, 2017 1 commit
    • Joe Haddad's avatar
      Upgrade webpack (#1291) · 12288836
      Joe Haddad authored
      * Upgrade webpack
      
      * Address more webpack v2 ...
      
      * Update html-webpack-plugin
      
      * Remove LoaderOptionsPlugin from dev config
      
      * ExtractTextPlugin still uses webpack 1 syntax
      ... and doesn't support complex options (yet)
      
      * Grammar nit
      
      * Update extract text webpack plugin
      
      * - Remove webpack.LoaderOptionsPlugin
      - Update deps
      
      * Lerna hoists packages
      
      * Update extract-text-webpack-plugin
      
      * Update webpack-dev-server
      
      * Remove imports for the tests
      
      * stop removing babelrc
      12288836
  14. 10 Feb, 2017 1 commit
    • Joe Haddad's avatar
      Add `PUBLIC_URL` env variable for advanced use (#937) (#1504) · 613b584f
      Joe Haddad authored
      * Add `PUBLIC_URL` env variable for advanced use (#937)
      * Add support for `PUBLIC_URL` env variable
      * Remove unnecessary duplications
      * Simplify served path choice logic
      * Honor PUBLIC_URL in development
      * Add e2e tests
      
      Enables serving static assets from specified host.
      613b584f
  15. 18 Dec, 2016 1 commit
  16. 13 Dec, 2016 1 commit
  17. 11 Dec, 2016 1 commit
  18. 23 Nov, 2016 2 commits
  19. 22 Nov, 2016 1 commit
    • Ian McNally's avatar
      add logging of existing default port process on start (#816) · 05c3b55c
      Ian McNally authored
      * add logging of existing port process on start
      
      * Move port process wording in start command on to next line
      
      * Color the named processes as cyan in terminal output
      
      * Add handling for multiple processes on a part
      
      - With the currently process filtering, if multiple processes are returned as running on port 3000, this command would fail. This splits apart the process IDing and the process naming, to support multiple processes.
      - One curious thing about the bash command to get processes, is that it'll include browsers with a window open on localhost:3000. May want to reconsider that.
      
      * Add process directory to existing port warning
      
      - also moved terminal coloring up, when getting the process, to be able to distinguish the process command from the directory
      
      * Change output color to all cyan, except "in"
      
      * Rename getProcessNameOnPort -> getProcessForPort
      
      - better reflects its broadened scope (both command and directory)
      
      *...
      05c3b55c
  20. 17 Nov, 2016 1 commit
    • Ville Immonen's avatar
      Support Yarn (#898) · bcc469c9
      Ville Immonen authored
      In the `create-react-app` command, try to install packages using Yarn.
      If Yarn is not installed, use npm instead.
      
      In `react-scripts`, detect if the project is using Yarn by checking if
      a `yarn.lock` file exists. If the project is using Yarn, display all
      the instructions with Yarn commands and use Yarn to install packages
      in `init` and `eject` scripts.
      bcc469c9
  21. 28 Oct, 2016 1 commit
  22. 01 Oct, 2016 1 commit
  23. 26 Sep, 2016 1 commit
  24. 25 Sep, 2016 1 commit
  25. 23 Sep, 2016 5 commits
  26. 22 Sep, 2016 1 commit
  27. 19 Sep, 2016 1 commit
  28. 18 Sep, 2016 5 commits
  29. 17 Sep, 2016 1 commit
  30. 13 Sep, 2016 1 commit
  31. 05 Sep, 2016 1 commit