1. 12 May, 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. 24 Feb, 2017 1 commit
    • Valerii Sorokobatko's avatar
      Fix workflow if react-scripts package is linked via npm-link (#1356) · bec009ce
      Valerii Sorokobatko authored
      * add npm-link support
      
      * - remove extra veriable
      - simplify condition
      
      * update code after review:
      - remove utils/isReactScriptsLinked
      - add appPath and ownPath to paths.js (but only for "before eject" export case)
      
      * update code after review:
      - remove utils/isReactScriptsLinked
      - add appPath and ownPath to paths.js (but only for "before eject" export case)
      
      * update code after review:
      - remove utils/isReactScriptsLinked
      - add appPath and ownPath to paths.js (but only for "before eject" export case)
      - remove "if" block for fs.removeSync(ownPath) at ejec.tjs
      
      * change ownPath value
      bec009ce
  6. 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
  7. 07 Dec, 2016 1 commit
  8. 20 Nov, 2016 1 commit
  9. 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
  10. 07 Oct, 2016 1 commit
  11. 22 Sep, 2016 1 commit
  12. 19 Sep, 2016 1 commit
  13. 18 Sep, 2016 1 commit
  14. 16 Sep, 2016 1 commit
  15. 02 Sep, 2016 4 commits
  16. 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
  17. 29 Jul, 2016 1 commit
    • Dallon Feldner's avatar
      Symlink-friendly path resolution (#277) · d2baa3c4
      Dallon Feldner authored
      * Symlink-friendly path resolution
      
      I was having difficulties using a local copy of `react-scripts` and `npm link`ing it into a real world project. This change resolves paths relative to the current working directory (that is, most likely the directory of the app) rather than assuming a certain directory structure.
      
      * Fix relative paths in post-eject case
      
      because I'm an idiot
      
      * Renamed resolveLib to resolveOwn
      d2baa3c4
  18. 25 Jul, 2016 1 commit