- 01 Mar, 2017 4 commits
-
-
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
-
- 26 Feb, 2017 9 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
- babel-preset-react-app@2.1.1 - create-react-app@1.1.0 - eslint-config-react-app@0.5.2 - react-dev-utils@0.5.1 - react-scripts@0.9.1
-
- 25 Feb, 2017 2 commits
-
-
Vicente Jr Yuchitcho authored
* Gracefully handle initial installation error * Print out message when problem occurs * Delete project folder on errors * Fix directory deleting message Resolves #1505
-
Joe Haddad authored
* Test basic import syntax * Compile import() in test, only support syntax otherwise
-
- 24 Feb, 2017 11 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
-
Joe Haddad authored
Resolves #1417 and #1498.
-
sbritoig authored
* adding a note on how to resolve "Could not find a required file." deployment errors because of deleted or ignored files * Tweak * Unrelated style nits
-
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.
-
Ade Viankakrisna Fadlil authored
* Enable eslint caching in development POC for https://github.com/facebookincubator/create-react-app/issues/740. Haven't found any problem, build times improved about 1s on my project and machine. * Bump eslint-loader to 1.6.3 * move @remove-on-eject block to persist cache config on eject
-
Mo Binni authored
* Implemented a version check of npm to give a soft tip during the install procedure and fixed gitignore * Moved NPM check to method, it is only executed when you use NPM and the version is < 3. * Minor formatting tweaks * Simplify the code * Remove unnecessary change
-
Charlie Gleason authored
* Added a how-to on react-snapshot Added a section with a short description and link to a tutorial on generating static html pages with react-snapshot, and also linked to it from the section on managing the page title. * Updated link title for react-snapshot overview * Explained pre-rendering in a more generic way * Added link to top level README.md, and removed specifics from overview * Updated html -> HTML * Updated quotes and apostrophes * html -> HTML * Fix link
-
wtgtybhertgeghgtwtg authored
-
Valerii Sorokobatko authored
* remove bin files after eject defined at package.json * add swallowing try/catch
-