- 29 Sep, 2018 1 commit
-
-
Joe Haddad authored
-
- 22 Sep, 2018 1 commit
-
-
Joe Haddad authored
Derived from https://github.com/facebook/create-react-app/issues/4492#issuecomment-421959548
-
- 19 Sep, 2018 1 commit
-
-
Fredrik Palmquist authored
* fix FileSizeReporter in Windows enviroment * chore: change line endings
-
- 09 Jan, 2018 1 commit
-
-
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.
-
- 26 Sep, 2017 1 commit
-
-
Sophie Alpert authored
* File headers BSD+Patents -> MIT * BSD+Patents -> MIT
-
- 01 Sep, 2017 1 commit
-
-
Erik J. Sturcke authored
-
- 28 Jun, 2017 1 commit
-
-
Dan Abramov authored
-
- 27 Jun, 2017 1 commit
-
-
Dan Abramov authored
-
- 25 May, 2017 1 commit
-
-
Jin Zheng authored
* Print file sizes with correct build folder path. * Just use the print the basename.
-
- 07 Mar, 2017 1 commit
-
-
Valerii Sorokobatko authored
* mv create-react-app/index.js -> create-react-app/creteReactApp.js * update to modern code style * var -> cosnt * set trailing-coma to es5 for prettier
-
- 06 Mar, 2017 1 commit
-
-
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
-