1. 05 Dec, 2016 1 commit
  2. 21 Nov, 2016 1 commit
  3. 20 Nov, 2016 1 commit
  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. 22 Sep, 2016 2 commits
    • Ville Immonen's avatar
      Attempt to fix the e2e test (#704) · 302b9ec7
      Ville Immonen authored
      Only copy our own packages to bundledDependencies in the e2e test
      302b9ec7
    • Ville Immonen's avatar
      Fix the e2e test (#699) · d3ecd6df
      Ville Immonen authored
      * Fix the e2e test
      
      In the end-to-end test, we want to test all the latest packages from
      the monorepo instead of the versions from npm.
      
      To do this we will now:
      * run `lerna bootstrap` in the repo root folder before packaging react-scripts
      * bundle the deps like we do for releases, so the e2e test uses those packages
      
      * Fix copy-pasted comment
      d3ecd6df
  7. 19 Sep, 2016 3 commits
  8. 03 Sep, 2016 2 commits
  9. 02 Sep, 2016 3 commits
  10. 01 Sep, 2016 2 commits
  11. 12 Aug, 2016 1 commit
    • Andrey Popp's avatar
      Load favicon through html-loader. (#428) · 60178ac7
      Andrey Popp authored
      * Load favicon through html-loader.
      
      Fixes #291.
      
      * Add test for *.ico in e2e test suite
      
      * Configure html-loader to process <link href="...">
      
      * Address feedback on html-loader inclusion.
      
      * Place favicon.ico at the root of the build dir
      
      * Make comment style consistent between prod and dev webpack configs
      
      * Fix html-loader config in dev mode
      60178ac7
  12. 05 Aug, 2016 1 commit
  13. 01 Aug, 2016 1 commit
  14. 29 Jul, 2016 2 commits
  15. 27 Jul, 2016 1 commit
  16. 22 Jul, 2016 3 commits
  17. 21 Jul, 2016 1 commit
  18. 20 Jul, 2016 3 commits
  19. 18 Jul, 2016 1 commit