1. 03 Dec, 2016 1 commit
  2. 21 Nov, 2016 1 commit
  3. 20 Nov, 2016 2 commits
  4. 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
  5. 07 Oct, 2016 1 commit
  6. 04 Oct, 2016 1 commit
  7. 01 Oct, 2016 1 commit
  8. 23 Sep, 2016 2 commits
  9. 22 Sep, 2016 1 commit
  10. 19 Sep, 2016 1 commit
  11. 18 Sep, 2016 1 commit
  12. 02 Sep, 2016 1 commit
  13. 08 Aug, 2016 1 commit
  14. 04 Aug, 2016 6 commits
  15. 29 Jul, 2016 2 commits
  16. 28 Jul, 2016 1 commit
  17. 27 Jul, 2016 4 commits
  18. 26 Jul, 2016 1 commit
  19. 25 Jul, 2016 1 commit
  20. 24 Jul, 2016 2 commits
    • Dan Abramov's avatar
      Provide instructions on publishing GH Pages (#162) · 458d3f9e
      Dan Abramov authored
      * Provide instructions on GH Pages deploy
      
      * Add docs for GH Pages deployment
      
      * Prevent incorrect paths in file-loader
      
      * Minor message tweaks
      
      * Update README.md
      
      * Fix relative paths
      458d3f9e
    • Donald Hruska's avatar
      Don't assume the project is hosted at the root (#94) · ef4f8e90
      Donald Hruska authored
      * Don't assume the project is hosted at the root
      * Require package.json in webpack.config.prod.js and use homepage if set; otherwise use '/'
      
      * Fix package.json path and add sample package.json for tests
      
      * Update publicPath to use relative path portion of URL defined in homepage
      
      * Update successful bundle generation message
      
      * Show bundle generation success message based on presence of homepage in package.json
      ef4f8e90
  21. 21 Jul, 2016 1 commit
  22. 20 Jul, 2016 2 commits
  23. 19 Jul, 2016 1 commit
  24. 18 Jul, 2016 4 commits