- 17 Jan, 2018 2 commits
-
-
Ro Savage authored
* Add css modules with [name].modules.css file convention * Add e2e for CSS Modules * Updated based on feedback * Change css modules class name to be deterministic and fix licences * Update css modules class naming convention
-
Edward Ren (Eddie) authored
-
- 15 Jan, 2018 3 commits
-
-
Rami authored
-
Jeffrey Posnick authored
* Disables navigateFallback and updates the README * Typos * Updated a URL in a comment.
-
Dan Abramov authored
-
- 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 13 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
-
Dan Abramov authored
-
- 02 Jan, 2018 3 commits
-
-
Quentin Bahers authored
Replace `provide a lot value` with `provide a lot of value`.
-
Elie authored
-
Christian Danielsen authored
* use safer/more aesthetic syntax * fix typo
-
- 18 Dec, 2017 1 commit
-
-
Amadeo Gallardo authored
The launch configuration code provided is not compatible with VSCode since version 1.19. The proposed documentation change is based on the response by a VSCode team member. References: https://github.com/facebookincubator/create-react-app/issues/3602#issuecomment-352075571 https://github.com/Microsoft/vscode/issues/40293#issuecomment-352017028
-
- 27 Nov, 2017 1 commit
-
-
Aaron Lamb authored
-
- 25 Nov, 2017 1 commit
-
-
Gavin Gilmour authored
-
- 19 Nov, 2017 1 commit
-
-
JANG SUN HYUK authored
-
- 14 Nov, 2017 1 commit
-
-
Matt Morgis authored
* docs: adding section about debugging tests * docs: removing node-inspector references * docs: replacing terminal command with npm script * Update README.md
-
- 03 Nov, 2017 3 commits
-
-
Loren Sands-Ramshaw authored
"subway" by itself is not a proper noun
-
Kenneth Auchenberg authored
* Add link to VS Code troubleshooting guide * Update README.md
-
Kenneth Auchenberg authored
-
- 02 Nov, 2017 1 commit
-
-
Ryan Swapp authored
Fixed a small grammatical issue that I noticed while browsing the README today
-
- 28 Oct, 2017 2 commits
-
-
Hrvoje Šimić authored
instead of using `&&` to run multiple commands in `package.json`, guide users to use `npm-run-all`