1. 02 Aug, 2017 1 commit
    • Ade Viankakrisna Fadlil's avatar
      Format UglifyJs error (#2650) · b643f571
      Ade Viankakrisna Fadlil authored
      * format UglifyJs error
      
      * move formatBuildError to react-dev-utils
      
      * fix readme
      
      * use regex for plucking the path from stack
      
      * make path human readable and fallback to show error if regex not matched
      
      * rename to printBuildError and add link to the docs
      
      * fix link indentation
      
      * improve readibility + shorten link
      b643f571
  2. 28 Jun, 2017 1 commit
  3. 27 Jun, 2017 1 commit
  4. 19 Jun, 2017 2 commits
  5. 27 May, 2017 1 commit
  6. 25 May, 2017 1 commit
  7. 18 May, 2017 3 commits
  8. 12 May, 2017 1 commit
  9. 14 Mar, 2017 1 commit
  10. 08 Mar, 2017 1 commit
    • Leo Lamprecht's avatar
      Suggest `serve` for running in production (#1760) · 8c00af14
      Leo Lamprecht authored
      * Suggest `serve` for serving the `build` directory
      
      * How to handle it with Node in prod (or other platforms)
      
      * Pretty newline added
      
      * Adjusted default port of static server
      
      * Remove `open` command from output
      
      * Removed constant assignment
      
      * Better explanation for not using having to use a static server
      
      * Cute newline added
      
      * Style nits
      8c00af14
  11. 07 Mar, 2017 1 commit
  12. 06 Mar, 2017 2 commits
    • Dan Abramov's avatar
    • Ade Viankakrisna Fadlil's avatar
      extract generic build functions to react-dev-utils (#1726) · fbdff9d7
      Ade Viankakrisna Fadlil authored
      * Temp rename
      
      * Rename to change the case
      
      * extract generic build functions to react-dev-utils
      
      * tweak package json files and move removeFileNameHash
      
      * revert removeFileNameHash
      
      * use paths.appBuild in printFileSizes
      
      * use paths.appBuild in removeFileNameHash
      
      * change curried functions to regular functions
      
      * add fs-extra to react-dev-utils deps
      
      * move getDifferenceLabel inside printFileSizes
      
      * inline copyPublicFolder
      
      * combine printFileSizes and removeFileNameHash to fileSizeReporter
      
      * fix typo
      
      * Tweak APIs and fix issues
      
      * Fix heading
      
      * Remove missing file
      
      * Newline
      
      * Newline
      
      * Trailing space
      
      * Update FileSizeReporter.js
      
      * Update build.js
      fbdff9d7
  13. 24 Feb, 2017 4 commits
  14. 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
  15. 08 Feb, 2017 1 commit
  16. 30 Dec, 2016 1 commit
  17. 18 Dec, 2016 1 commit
  18. 09 Dec, 2016 1 commit
  19. 03 Dec, 2016 1 commit
  20. 21 Nov, 2016 1 commit
  21. 20 Nov, 2016 2 commits
  22. 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
  23. 07 Oct, 2016 1 commit
  24. 04 Oct, 2016 1 commit
  25. 01 Oct, 2016 1 commit
  26. 23 Sep, 2016 2 commits
  27. 22 Sep, 2016 1 commit
  28. 19 Sep, 2016 1 commit
  29. 18 Sep, 2016 1 commit
  30. 02 Sep, 2016 1 commit
  31. 08 Aug, 2016 1 commit