- 02 Sep, 2016 21 commits
-
-
Dave Ceddia authored
With the HTTPS env var set 'true', the dev server will serve over HTTPS.
-
Dan Abramov authored
* Disable contentBase in development * Document #428
-
Dan Abramov authored
-
Gael du Plessix authored
-
Dan Abramov authored
-
Jeremiah Harlan authored
-
Dan Abramov authored
-
Jimmy Miller authored
-
Jimmy Miller authored
env.js is only for variables injected into the app.
-
Jimmy Miller authored
Fixes: #253
-
Dan Abramov authored
-
Jiansen HE authored
tagging dev-only code (@remove-on-publish-begin/end) and pre-eject-only code (@remove-on-eject-begin/end) #257 (#257)
-
Marshall Bowers authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Christoph Pojer authored
-
Loïs Desplat authored
-
- 01 Sep, 2016 10 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
* Document testing * Update README.md * Update README.md * Clarify our recommendations on testing * Okay, that was too much. :-) * Add a few more things
-
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
-