1. 02 Aug, 2017 2 commits
    • 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
    • Forbes Lindesay's avatar
      Update webpack version note (#2798) · 13c73603
      Forbes Lindesay authored
      * Remove note about webpackHotDevClient being webpack 1.0 only
      
      It must work in webpack 2 since create-react-app is still using it and is using webpack 2 now.
      
      It would be great if you could add some kind of note about how it differs from the default webpack hot reloaders.
      
      * Update README.md
      
      * Update README.md
      13c73603
  2. 22 May, 2017 1 commit
  3. 20 May, 2017 1 commit
  4. 18 May, 2017 3 commits
  5. 17 May, 2017 2 commits
  6. 14 May, 2017 2 commits
  7. 06 Mar, 2017 1 commit
    • 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
  8. 22 Feb, 2017 1 commit
  9. 11 Jan, 2017 2 commits
  10. 10 Dec, 2016 1 commit
  11. 22 Nov, 2016 1 commit
    • Ian McNally's avatar
      add logging of existing default port process on start (#816) · 05c3b55c
      Ian McNally authored
      * add logging of existing port process on start
      
      * Move port process wording in start command on to next line
      
      * Color the named processes as cyan in terminal output
      
      * Add handling for multiple processes on a part
      
      - With the currently process filtering, if multiple processes are returned as running on port 3000, this command would fail. This splits apart the process IDing and the process naming, to support multiple processes.
      - One curious thing about the bash command to get processes, is that it'll include browsers with a window open on localhost:3000. May want to reconsider that.
      
      * Add process directory to existing port warning
      
      - also moved terminal coloring up, when getting the process, to be able to distinguish the process command from the directory
      
      * Change output color to all cyan, except "in"
      
      * Rename getProcessNameOnPort -> getProcessForPort
      
      - better reflects its broadened scope (both command and directory)
      
      *...
      05c3b55c
  12. 30 Sep, 2016 1 commit
  13. 25 Sep, 2016 1 commit
  14. 23 Sep, 2016 2 commits