- 08 Mar, 2017 1 commit
-
-
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
-
- 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 2 commits
-
-
Dan Abramov authored
-
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
-
- 24 Feb, 2017 4 commits
-
-
Dan Abramov authored
-
Matt Crampton authored
* Setting a dynamic port value for the pushstate-server URL text after a build is completed * Fixing merge conflict
-
chyipin authored
Use the configured appBuild value in paths.js instead of hard-coding it to 'build'. This is helpful for the ejected case where the appBuild path is changed to another folder name.
-
Johann Hubert Sonntagbauer authored
* (feat): add webpack validation error logging * Style nit * Style tweak * Style nit
-
- 10 Feb, 2017 1 commit
-
-
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.
-
- 08 Feb, 2017 1 commit
-
-
Jay Phelps authored
-
- 30 Dec, 2016 1 commit
-
-
Paul O’Shannessy authored
-
- 18 Dec, 2016 1 commit
-
-
Eduard Kyvenko authored
-
- 09 Dec, 2016 1 commit
-
-
Jirat Ki authored
-
- 03 Dec, 2016 1 commit
-
-
Dirk-Jan Rutten authored
* Added functionality to crash the build during CI whenever linter warnings are encountered. * Updated the docs with a description on how to use the build in CI * Fixed small typo * Fixed description of build error.
-
- 21 Nov, 2016 1 commit
-
-
Brian Ng authored
-
- 20 Nov, 2016 2 commits
-
-
Dan Abramov authored
-
Nazim Hajidin authored
-
- 17 Nov, 2016 1 commit
-
-
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.
-
- 07 Oct, 2016 1 commit
-
-
Patrick Dillon authored
* Exit on any errors passed in build stats * Match console error output in start.js
-
- 04 Oct, 2016 1 commit
-
-
Jan Potoms authored
* Update instructions on publishing to GitHub pages * Update README formatting
-
- 01 Oct, 2016 1 commit
-
-
Brian Ng authored
-
- 23 Sep, 2016 2 commits
-
-
Dan Abramov authored
* Extract some utilities into a separate package * Add utils dir to `files` in package.json * Do not create an empty `utils` dir on eject
-
Ayrton De Craene authored
* Load environment file via dotenv if .env file is present * Document loading environment variables in .env file * Minor doc tweaks
-
- 22 Sep, 2016 1 commit
-
-
Dan Abramov authored
-
- 19 Sep, 2016 1 commit
-
-
Ville Immonen authored
-
- 18 Sep, 2016 1 commit
-
-
Dan Abramov authored
-
- 02 Sep, 2016 1 commit
-
-
Jiansen HE authored
tagging dev-only code (@remove-on-publish-begin/end) and pre-eject-only code (@remove-on-eject-begin/end) #257 (#257)
-
- 08 Aug, 2016 1 commit
-
-
Dan Abramov authored
-
- 04 Aug, 2016 6 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Elijah Manor authored
-
Elijah Manor authored
-
- 29 Jul, 2016 2 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
* Use /static paths for assets * Fix e2e test
-
- 28 Jul, 2016 1 commit
-
-
Dan Abramov authored
-
- 27 Jul, 2016 3 commits
-
-
Lawrence Wu authored
* Display JS and CSS bundle sizes after build * Print gzipped filesize, address nits * Use filesize for human readable output.
-
Dan Abramov authored
These work regardless of whether you already have a gh-pages branch.
-
Dan Abramov authored
It has a sane default port, gzip, and doesn’t aggressively cache index.html. Perfect.
-