- 01 Sep, 2016 7 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
This makes generators work with Jest. Fixes #255. Replaces #262.
-
Dan Abramov authored
Disabled because of issues: * https://github.com/facebookincubator/create-react-app/issues/525 * https://phabricator.babeljs.io/search/query/pCNlnC2xzwzx/ TODO: Enable again when these issues are resolved.
-
Dan Abramov authored
Fixes #532
-
Dan Abramov authored
-
Dan Abramov authored
* Update Jest * Remove default snapshot test * Fix a few things * Add a simple default test * App.spec.js -> App.test.js * Fix e2e test * Bump Jest
-
- 31 Aug, 2016 6 commits
-
-
Sophia authored
-
Cory House authored
-
Ville Immonen authored
* Add a more prominent link to the guide As a contributor, I know where to find the documentation/guide since know the codebase, but I've seen people miss the link to it in the README, because it's not very prominent. Let's try to make it more discoverable by including a link to it right on top of the page. * Make the wording of links more obvious * Rename the "How Do I...?" section to "User Guide" for consistency
-
Dennis Ushakov authored
* ignore .idea folder this change is requred for IntelliJ-based products because project information files are written before actual generator is invoked * better method name and explanation
-
Dan Abramov authored
-
Dan Abramov authored
-
- 29 Aug, 2016 1 commit
-
-
Geoffroy Warin authored
Shameless plug of course. If you want hot reloading and the best DX experience (friendly errors, desktop notifications, decorators, very fast reload times with dlls...) you should really check out [The Awsesom REact Cli](https://github.com/geowarin/tarec) (tarec). I have used it in numerous projects that now run in production and I continue to make it better day after day with a lot of love
Typescript and SSR are on the roadmap! Thanks for create-react-app, it's an awesome project and a great source of inspiration
-
- 28 Aug, 2016 2 commits
-
-
Ville Immonen authored
Remove the `include` setting from webpack loaders for CSS, JSON and other static assets. This way it's possible to import files from a separate config folder, a parent directory etc.
-
Dan Abramov authored
-
- 25 Aug, 2016 7 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Kristóf Poduszló authored
* Started using babel-preset-latest * Updated babel dependencies * Remove redundant babel-plugin-syntax-async-functions * Disabled redundant regenerator transform
-
Dan Abramov authored
-
William Horton authored
* Get latest version numbers of react and react-dom from npm before install. * Run separate npm installs for react, react-dom, and react-test-renderer. * Consolidate into a single npm install. * Fix misplaced parenthesis, add missing semicolon. * Add missing semicolon.
-
Kristóf Poduszló authored
According to the official SemVer FAQ, versioning should start at 0.1.0 (http://semver.org/#how-should-i-deal-with-revisions-in-the-0yz-initial-development-phase)
-
Dan Abramov authored
-
- 24 Aug, 2016 1 commit
-
-
Gautier authored
Small typo line 572 "becasue" to "because"
-
- 23 Aug, 2016 2 commits
-
-
Dan Abramov authored
-
Felipe Moyano authored
-
- 22 Aug, 2016 4 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Robin Ricard authored
This rule is considered dangerous in certain situations. This is especially true for Immutable.js users. See the discussion at issue #465 for more information about this.
-
- 18 Aug, 2016 1 commit
-
-
Gregory Shehet authored
* add off font format to loaders * add otf format support
-
- 15 Aug, 2016 1 commit
-
-
Arunoda Susiripala authored
This will work correctly when there are duplicate filenames in different paths. Fixes: #445
-
- 12 Aug, 2016 1 commit
-
-
Andrey Popp authored
* Load favicon through html-loader. Fixes #291. * Add test for *.ico in e2e test suite * Configure html-loader to process <link href="..."> * Address feedback on html-loader inclusion. * Place favicon.ico at the root of the build dir * Make comment style consistent between prod and dev webpack configs * Fix html-loader config in dev mode
-
- 11 Aug, 2016 1 commit
-
-
Max Stoiber authored
Ref #387
-
- 09 Aug, 2016 1 commit
-
-
Luigi Maselli authored
-
- 08 Aug, 2016 5 commits
-
-
Dan Abramov authored
Thanks to @geowarin for the tip in https://github.com/facebookincubator/create-react-app/issues/401#issuecomment-238291901
-
Dan Abramov authored
-
Dan Abramov authored
-
Marco Botto authored
* Add Surge.sh to deploy instructions * Add it also to the Table of Contents
-
Dan Abramov authored
Fixes #391
-