1. 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
  2. 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
  3. 07 Dec, 2016 1 commit
  4. 20 Nov, 2016 1 commit
  5. 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
  6. 07 Oct, 2016 1 commit
  7. 22 Sep, 2016 1 commit
  8. 19 Sep, 2016 1 commit
  9. 18 Sep, 2016 1 commit
  10. 16 Sep, 2016 1 commit
  11. 02 Sep, 2016 4 commits
  12. 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
  13. 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
  14. 25 Jul, 2016 1 commit