- 03 Aug, 2016 7 commits
-
-
Eli Perelman authored
-
Dan Abramov authored
Should be safe since SO uses it
-
Diego Cardoso authored
* Added a note with instructions on eslint plugin configuration Since the only editor that I found the issue was Atom, I added just the instruction for the linter-eslint plugin. * Change the format of the instructions and add screenshot.
-
Dan Abramov authored
The current one is not drop-in anymore
-
Dan Abramov authored
Fixes #186
-
Dan Abramov authored
-
Eli Perelman authored
-
- 02 Aug, 2016 4 commits
-
-
Ville Immonen authored
* Transform async functions with regenerator Remove `transform-async-to-generator`, which to my understanding is meant to be used in environments that support generators natively. Because we're compiling generators to ES5 anyway, we can simply use `regenerator` to transform async functions too, which results in slightly simpler output and only uses the regenerator runtime instead regenerator runtime + _asyncToGenerator Babel helper. * Add babel-plugin-transform-regenerator * Use dependencies with an exact version
-
-
Dan Abramov authored
Fixes #322
-
Dan Abramov authored
* Make Babel config more verbose and simpler * Support async/await
-
- 01 Aug, 2016 9 commits
-
-
Christoph Pojer authored
-
Dan Abramov authored
-
Dan Abramov authored
The problem has since been fixed upstream. This reverts commit f7011e04.
-
Manav Sehgal authored
1. Added TOC 2. Fix heading level for - import a component - examples 3. Remove dot in front of title Display Lint...
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
This fixes #302 by temporarily forking `detect-port`. Hopefully this fix will be merged into the original project, and we can refer to it again.
-
Héliton Nordt authored
* README Template Fixes * Reword "Install React Bootstrap"
-
Manav Sehgal authored
* Install React Bootstrap Dependency - section added * Updated with short intro clarification * Moved React Bootstrap after Add Images
-
- 30 Jul, 2016 4 commits
-
-
Jorge Antunes authored
Adds the [`dev-toolkit` npm package](https://github.com/stoikerty/dev-toolkit) to the list of Alternatives. After some suggestions in my last PR https://github.com/facebookincubator/create-react-app/pull/292, I've changed my project to provide better command-line utilities for initializing an app. Managed to get rid of babel's dev-dependencies as well, so this is now a dependency-free project just like `create-react-app`.
-
Alex Zherdev authored
* Accept version when loading fonts e.g. font-awesome * Add query string support to mp4/webm
-
Dave Ceddia authored
-
Zachary Miller authored
Add missing word "see"
-
- 29 Jul, 2016 10 commits
-
-
Mars Hall authored
-
Dan Abramov authored
-
Alex Zherdev authored
-
Rafael Pedicini authored
* Add note that router doesn't work with gh-pages * Update note about using router with gh-pages
-
Joan Leon authored
-
Jose Vazquez authored
-
Dan Abramov authored
* Use /static paths for assets * Fix e2e test
-
Dallon Feldner authored
* Symlink-friendly path resolution I was having difficulties using a local copy of `react-scripts` and `npm link`ing it into a real world project. This change resolves paths relative to the current working directory (that is, most likely the directory of the app) rather than assuming a certain directory structure. * Fix relative paths in post-eject case because I'm an idiot * Renamed resolveLib to resolveOwn
-
Konstantin Tarkus authored
-
Dan Abramov authored
I think this should solve #258
-
- 28 Jul, 2016 6 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
* Update CHANGELOG.md * Update the changelog * Update CHANGELOG.md
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Konstantin Tarkus authored
-