- 05 Mar, 2017 11 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
* Skip CI builds for Markdown changes * I will never learn YML
-
Mato Ilic authored
* Create empty package.json in e2e test Create empty package.json in e2e test while installing packaged CLI to prevent installation issues. * Use "npm init" to initialize package.json instead of just writing an empty object into it. * Fix typo
-
Pierre Bertet authored
* Fix openBrowser() when BROWSER=open on macOS * Tweaks
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Ade Viankakrisna Fadlil authored
* add double quotes to escape spaces in path * Change $* to "$@" props to @n3tr * escape spaces in path for all e2e tests
-
Chris Drackett authored
* updating eslint to 3.16.1 * add support for ignoreRestSiblings in eslint http://eslint.org/docs/rules/no-unused-vars#ignorerestsiblings * updating eslint to 3.16.1 in `react-scripts` * updating eslint * missing `^` * missing ^ * pinning main eslint and updating readme * Pin ESLint version
-
Ryan Platte authored
* Update now.sh deployment instructions. Incorporates changes announced at https://zeit.co/blog/now-static that streamline Now deployments from CRA projects. * Remove unintentional reference to deployed app. No emergency; just didn't intend to tout or send traffic to my prototype.
-
Ade Viankakrisna Fadlil authored
* Add docs for apache's client side routing setting * Tweak advice
-
- 04 Mar, 2017 4 commits
-
-
Joe Haddad authored
-
Ade Viankakrisna Fadlil authored
-
pd4d10 authored
Remove unused `url` import in Webpack config
-
Daniel Grant authored
* Refactor start script into modules * Move dev server config into config file * Replace eject file whitelist with a "remove-file-on-eject" flag * Move utils into scripts folder (for inclusion in ejection) * Add missed changes * Pass showInstructions as an argument * Fix eject bug * Don't eject babelTransform
-
- 03 Mar, 2017 2 commits
-
-
Chris Drackett authored
* fixing things for people with the username `cwd` closes #1694 * combine awk into a single command and add escaping
-
Joe Haddad authored
-
- 02 Mar, 2017 4 commits
-
-
Travis Giggy authored
* Adding diagnostic code as requested by @gaearon * Oops
-
Simen Bekkhus authored
-
Dan Abramov authored
-
Joe Haddad authored
-
- 01 Mar, 2017 5 commits
-
-
Myk Klemme authored
-
Dan Abramov authored
-
Joe Haddad authored
- create-react-app@1.2.1
-
Joe Haddad authored
-
Dan Abramov authored
- create-react-app@1.2.0 - react-scripts@0.9.3
-
- 28 Feb, 2017 10 commits
-
-
Joe Haddad authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Simon Vocella authored
* add --offline flag when we are using yarn and we are offline * Revert changes to init script We only run these commands for backward compat mode, in which we wouldn't receive the offline flag anyway * Don't pass isOnline to init script because it doesn't need it * Don't ping the Yarn registry if user doesn't have Yarn * Remove unused/wrong arguments * Move logs to error handler * Fix error handling * Report to the user that they're offline
-
Johann Hubert Sonntagbauer authored
-
Dan Abramov authored
-
Johann Hubert Sonntagbauer authored
-
Johann Hubert Sonntagbauer authored
* add project name validation * Tweak console output
-
Joe Haddad authored
-
Johann Hubert Sonntagbauer authored
* fix react dependency versions during initial install * add review remarks
-
- 27 Feb, 2017 4 commits
-
-
Joe Haddad authored
* Add appveyor.yml * Execute mocha directly in e2e test * Replace e2e process substitution * Kill nohup node processes after e2e * Disable known failing Windows test * Only build master
-
Joe Haddad authored
-
Joe Haddad authored
Resolves #1666
-
Ryan Sullivan authored
-