Dan Abramov
a171d93064
Reformat source code with Prettier 1.5.2
2017-06-28 16:23:16 +01:00
Dan Abramov
7cf4de71fa
Warn about large bundle sizes ( #2648 )
2017-06-28 00:00:49 +01:00
Jin Zheng
b60f55c6bf
Print file sizes with correct build folder path. ( #2361 )
...
* Print file sizes with correct build folder path.
* Just use the print the basename.
2017-05-25 16:18:29 +01:00
Valerii Sorokobatko
fe7b5c212b
update to modern code style ( #1738 )
...
* 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
2017-03-07 19:46:10 +00:00
Ade Viankakrisna Fadlil
fbdff9d722
extract generic build functions to react-dev-utils ( #1726 )
...
* 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
2017-03-06 01:49:53 +00:00