- 07 Aug, 2018 1 commit
-
-
Terbiy authored
-
- 26 Jun, 2018 1 commit
-
-
Kent C. Dodds authored
* add react-testing-library documentation/examples * make react-testing-library a heading * fix typo
-
- 23 Jun, 2018 1 commit
-
-
Dan authored
-
- 04 Apr, 2018 1 commit
-
-
Joe Haddad authored
- react-dev-utils@5.0.1 - react-scripts@1.1.4
-
- 03 Apr, 2018 2 commits
-
-
Dan Abramov authored
- react-scripts@1.1.3
-
Dan Abramov authored
-
- 02 Apr, 2018 1 commit
-
-
Dan Abramov authored
- react-scripts@1.1.2
-
- 23 Mar, 2018 1 commit
-
-
Vicente Plata authored
Add troubleshooting for an issue that has to do with either 2FA, or using Windows, or both, when trying to deploy an app via gh-pages
-
- 22 Mar, 2018 1 commit
-
-
Lee Byron authored
Support for .mjs files added in #3239 did not account for npm libraries which ship native mjs files alongside js files. This accounts for this by ensuring .js files resolve before their accompanying .mjs file. Note that this is not an ideal end state since selecting a .mjs over a .js extension should be the result of whether `import` was used instead of `require()` in a node environment with native ESM support (currently via `--experimental-modules`). Instead, this change just *always* selects a .js extension before the .mjs extension if it exists. This unbreaks support for using GraphQL (relay, apollo, etc) within create-react-app projects.
-
- 09 Feb, 2018 4 commits
-
-
Dan Abramov authored
- create-react-app@1.5.2 - react-scripts@1.1.1
-
Dan Abramov authored
This reverts commit bab2c295. I meant to apply it to `next` instead.
-
Dan Abramov authored
-
Ian Sutherland authored
-
- 04 Feb, 2018 1 commit
-
-
Alf Eaton authored
-
- 22 Jan, 2018 1 commit
-
-
Ronald Rey authored
Update User Guide's README.md to include `json` and `css` files in the command to format the entire project for the first time with prettier, that it's consistent with the `lint-staged` command.
-
- 20 Jan, 2018 1 commit
-
-
Robin van der Vleuten authored
-
- 15 Jan, 2018 2 commits
-
-
Dan authored
- babel-preset-react-app@3.1.1 - create-react-app@1.5.0 - eslint-config-react-app@2.1.0 - react-dev-utils@5.0.0 - react-error-overlay@4.0.0 - react-scripts@1.1.0
-
Dan Abramov authored
-
- 14 Jan, 2018 2 commits
-
-
Ian Sutherland authored
* Add warning when HOST environment variable is set (#3719) * Improve HOST environment variable warning message * Adjust text and message Closes #3719
-
Dan Abramov authored
* Always include destructuring transform * Fix lint
-
- 10 Jan, 2018 1 commit
-
-
Vladimir Tolstikov authored
-
- 09 Jan, 2018 7 commits
-
-
Tao Gómez Gil authored
-
Danny Calleri authored
* Better documentation for setupTests.js when ejecting When running `npm run eject` before creating `src/setupTests.js`, the resulting `package.json` file, won't contain any entry for it - and this is correct in my opinion, since otherwise Jest will crash - but it's useful to have it documented and avoid pointless waste of time. * Added additional note about src/setupTests.js Added another note about src/setupTests.js and `npm run eject` in Testing Components section * Update README.md * Update README.md
-
David Gilbertson authored
'more' and 'simpler' together is incorrect.
-
Ulrik Strid authored
-
Dan Abramov authored
-
Rafael E. Poveda authored
* add support to set REACT_EDITOR to none * change README message * change condition to avoid problems with editor being null * move condition to avoid extra code
- 08 Jan, 2018 12 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Mae Capozzi authored
* Update README.md with a note that reminds users to prepend REACT_APP_ to their environment variables. * Based on #865, where Dan Abramov suggests the person who filed the issue create a PR with these changes. * Took the language from [Adding Custom Environment Variables](https://github.com/facebookincubator/create-react-app/tree/master/packages/react-scripts/template#adding-custom-environment-variables)
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-