- 09 Jan, 2018 14 commits
-
-
Trevor Brindle authored
* add envinfo package, —info flag * update envinfo to use new duplicates option
-
David Boyne authored
Added some more documentation to install the babel-preset-react-app making it more clear on how to get started with this preset outside of create-react-app.
-
Tao Gómez Gil authored
-
Jonathan authored
* Allowing for local "file:" prefixed scripts packages * Fixing test failure
-
Tharaka Wijebandara authored
* Open editor to exact column from build error overlay * Update launch editor validations
-
shrynx 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.
-
Juhamatti Niemelä authored
If create-react-app project is ejected and webpack configuration is modified to multi build setup FileSizeReporter would fail. In those situations `webpackStats` parameter would contain stats array for each build. This fix will try to access stats and then falls back to using plaing webpackStats object.
-
Evan You authored
-
Ulrik Strid authored
-
Dan Abramov authored
-
Daniel Verejan authored
* Update the string that clears the console. #1914 I've tested it with Windows 10 and 7, node versions from ~5.0.0 up to 7.7.0. Didn't managed to test it on 8 but it should be fine. * Update windows string Add windows specific string for clearing the console.
-
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 15 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
Fixes #2793
-
Dan Abramov authored
-
Ernesto García authored
Adds support for the error overlay to detect and open the file with the error in MacVim. Relates to #2636.
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
- 04 Jan, 2018 1 commit
-
-
Norris Oduro authored
* Fix path regex match bug * Use the escape-string-regexp package to escape regex characters * Remove redundant character escape from path * Add removed escape of backslashes
-
- 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
-
- 15 Dec, 2017 1 commit
-
-
Nils Magnus Englund authored
Replaced `it's` with `its`
-
- 11 Dec, 2017 1 commit
-
-
Rahul Chanila authored
the code got updated from `detect()` to `choosePort` while the comment did not.
-
- 07 Dec, 2017 1 commit
-
-
Ian Sutherland authored
-
- 27 Nov, 2017 2 commits
-
-
Dan Abramov authored
-
Aaron Lamb authored
-
- 25 Nov, 2017 1 commit
-
-
Gavin Gilmour authored
-