- 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 4 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.
-
Dan Abramov authored
It has gzip built-in so the size numbers are closer to real world. Thanks @ForbesLindesay for the tip! Related to #228
-
- 26 Jul, 2016 1 commit
-
-
Dan Abramov authored
This is frustrating with shells like `fish` that track directory moves
-
- 25 Jul, 2016 1 commit
-
-
Dan Abramov authored
-
- 24 Jul, 2016 2 commits
-
-
Dan Abramov authored
* Provide instructions on GH Pages deploy * Add docs for GH Pages deployment * Prevent incorrect paths in file-loader * Minor message tweaks * Update README.md * Fix relative paths
-
Donald Hruska authored
* Don't assume the project is hosted at the root * Require package.json in webpack.config.prod.js and use homepage if set; otherwise use '/' * Fix package.json path and add sample package.json for tests * Update publicPath to use relative path portion of URL defined in homepage * Update successful bundle generation message * Show bundle generation success message based on presence of homepage in package.json
-
- 21 Jul, 2016 1 commit
-
-
Dan Abramov authored
-
- 20 Jul, 2016 2 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
This ensures errors are not tolerated. Otherwise, Webpack just builds an empty bundle.
-
- 19 Jul, 2016 1 commit
-
-
Dan Abramov authored
-
- 18 Jul, 2016 4 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Christopher Chedeau authored
-