1. 29 Sep, 2018 1 commit
  2. 22 Sep, 2018 1 commit
  3. 19 Sep, 2018 1 commit
  4. 09 Jan, 2018 1 commit
    • Juhamatti Niemelä's avatar
      Fix asset size comparison for multi build stats (#3514) · d61a3313
      Juhamatti Niemelä authored
      If create-react-app project is ejected and webpack configuration is
      modified to multi build setup FileSizeReporter would fail.
      
      In those situations `webpackStats` parameter would contain stats array
      for each build. This fix will try to access stats and then falls back
      to using plaing webpackStats object.
      d61a3313
  5. 26 Sep, 2017 1 commit
  6. 01 Sep, 2017 1 commit
  7. 28 Jun, 2017 1 commit
  8. 27 Jun, 2017 1 commit
  9. 25 May, 2017 1 commit
  10. 07 Mar, 2017 1 commit
  11. 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