- 02 Aug, 2017 1 commit
-
-
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
-
- 28 Jun, 2017 1 commit
-
-
Dan Abramov authored
-
- 27 Jun, 2017 1 commit
-
-
Dan Abramov authored
-
- 19 Jun, 2017 2 commits
-
-
Joe Haddad authored
-
varnav authored
* Fix incorrect check if CI variable is set to true Originally build would fail on warnings with any value of CI environment variable. Now it will correctly check if it's true. Discussed here: https://github.com/facebookincubator/create-react-app/issues/2453 * Check for "not false" instead of "not true" After discussion we decided that this will be closer to current functionality and not break anything.
-
- 27 May, 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.
-
- 18 May, 2017 3 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
* Show warnings for builds * Move WebpackDevServer helpers into react-dev-utils
-
Dan Abramov authored
-
- 12 May, 2017 1 commit
-
-
Valerii Sorokobatko authored
* support different env configs. * fomrat code * Hide doc * Slightly rework the PR * Remove .env in default template * Use just one entry in the paths * Unify env.js and loadEnv.js * Oops, forgot these folks
-
- 14 Mar, 2017 1 commit
-
-
David authored
* Makes end-to-end testing crash on unhandled rejections * Comment fix
-
- 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
-