- 06 Aug, 2016 1 commit
-
-
Kamil Burzynski authored
-
- 05 Aug, 2016 4 commits
-
-
Dan Abramov authored
Disable timer mocking and enable verbose output.
-
Matt Brennan authored
-
Dan Abramov authored
Fixes #377
-
Anton Kaminsky authored
* Small grammatical correction * Fix another grammatical error for consistency
-
- 04 Aug, 2016 18 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
Fixes #119
-
Dan Abramov authored
-
Dan Abramov authored
This allows users to avoid CORS in simple projects that are hosted on the same server as backend.
-
Kristóf Poduszló authored
* Added a reasonable config for autoprefixer (resolves #73) * Moved autoprefixer config to webpack.config
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Elijah Manor authored
-
Elijah Manor authored
-
- 03 Aug, 2016 9 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
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 4 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...
-