1. 14 Mar, 2017 1 commit
  2. 07 Mar, 2017 1 commit
  3. 06 Mar, 2017 2 commits
  4. 05 Mar, 2017 1 commit
    • Dan Abramov's avatar
      Fix ejecting from a scoped fork (#1727) · 23dc4226
      Dan Abramov authored
      * Read script names from own bin instead of guessing
      
      This fixes ejecting from a fork that uses a different bin script name.
      
      * Fix ejecting for a scoped react-scripts fork
      
      We shouldn't hardcode react-scripts because fork name might differ.
      We also shouldn't rely on it being an immediate child because scoped packages are a level deeper.
      
      * Clarify that own* properties only exist before ejecting
      23dc4226
  5. 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
  6. 24 Feb, 2017 3 commits
  7. 09 Feb, 2017 1 commit
  8. 27 Jan, 2017 1 commit
  9. 09 Jan, 2017 2 commits
    • Ville Immonen's avatar
      Use yarnpkg alias to run Yarn (#1365) · 24abc5e1
      Ville Immonen authored
      There’s a common tool included in Hadoop that also has a `yarn` command,
      which created issues for users who had Hadoop installed:
      * #1257
      * #1363
      
      Yarn also installs the command under `yarnpkg` alias (added in
      https://github.com/yarnpkg/yarn/commit/cefa9a368dd3df1a1f1ecd9e50de9c5fabefbc92)
      so we can use `yarnpkg` instead of `yarn` to make it more reliable.
      
      This has no effect on users who don't have Hadoop installed, but those
      who have won't see errors from falsely detecting Hadoop Yarn as Yarn
      the package manager, and they can now also install Yarn to make use of
      our Yarn support without the Hadoop Yarn interfering.
      24abc5e1
    • Ville Immonen's avatar
      Use yarnpkg alias to run Yarn (#1365) · 1b645e2c
      Ville Immonen authored
      There’s a common tool included in Hadoop that also has a `yarn` command,
      which created issues for users who had Hadoop installed:
      * #1257
      * #1363
      
      Yarn also installs the command under `yarnpkg` alias (added in
      https://github.com/yarnpkg/yarn/commit/cefa9a368dd3df1a1f1ecd9e50de9c5fabefbc92)
      so we can use `yarnpkg` instead of `yarn` to make it more reliable.
      
      This has no effect on users who don't have Hadoop installed, but those
      who have won't see errors from falsely detecting Hadoop Yarn as Yarn
      the package manager, and they can now also install Yarn to make use of
      our Yarn support without the Hadoop Yarn interfering.
      1b645e2c
  10. 18 Dec, 2016 1 commit
  11. 07 Dec, 2016 1 commit
    • Dan Abramov's avatar
      Let Jest handle all file types (#1197) · 5456ffff
      Dan Abramov authored
      * Let Jest handle all file types
      
      * Update regexes
      
      * Fix exclusion regex to also exclude files without extension
      * Be over-cautious with Windows paths because I'm not sure how Jest handles them
      
      * There is no automatic babel-jest discovery now that we use transsform
      5456ffff
  12. 21 Nov, 2016 1 commit
  13. 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
  14. 28 Oct, 2016 1 commit
  15. 03 Oct, 2016 1 commit
  16. 30 Sep, 2016 1 commit
    • Andrew Zakordonets's avatar
      Beaufity output of eject.js script (#769) · 27e76beb
      Andrew Zakordonets authored
      * Beaufity output of eject.js script
      
      * change formatting of the eject.js output and move colors to cyan
      
      * change message about file copy
      
      * add missing three dots to some statements in eject.js script
      
      * change color of "copying files" line and do not repeat copy path anymore in log
      
      * fix merge conflict
      
      * Remove yellow color from "Removing dependency" line
      
      * changing color to "Adding dependency" line
      
      * Add line that outputs which react script is getting replaced by similar node script
      
      * remove not used anymore colors
      
      * add console line about updating Jest configs
      
      * fix typo
      
      * change formatting of replacing script output in eject.js
      
      * remove "Writing package.json" file console output
      
      * make quotes cyan in "Replacing script" console output
      
      * update console log output for Jest, Babel, ESLint update and group them under one statement
      
      * Style nits
      27e76beb
  17. 27 Sep, 2016 1 commit
  18. 25 Sep, 2016 1 commit
  19. 23 Sep, 2016 6 commits
  20. 22 Sep, 2016 3 commits
  21. 21 Sep, 2016 1 commit
    • Ville Immonen's avatar
      Create a shareable ESLint configuration package (#689) · a2d0469c
      Ville Immonen authored
      * Move ESLint configuration to a separate package
      
      * Remove the ESLint configuration, moved to eslint-config-react-app
      
      * Update ESLint instructions
      
      * Pin the package versions in eslint-config-react-app
      
      * Add a README for eslint-config-react-app
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update package.json
      
      * Update package.json
      
      * Update production eslint-loader config
      
      * Add the ESLint config to devDependencies of the repo
      a2d0469c
  22. 19 Sep, 2016 1 commit
  23. 18 Sep, 2016 1 commit
  24. 02 Sep, 2016 1 commit
  25. 01 Sep, 2016 2 commits
  26. 05 Aug, 2016 1 commit
  27. 04 Aug, 2016 1 commit
  28. 03 Aug, 2016 1 commit