- 27 Jun, 2017 15 commits
-
-
Dan Abramov authored
-
Maarten Hus authored
* Added instruction on how to install Prettier * Tweak style * Update README.md * Update README.md * Support JSX * Update README.md * Update README.md
-
Colin Eberhardt authored
I know this is a very minor thing, but correct grammar makes it easier to understand.
-
Heng Li authored
-
Gabriel Aumala authored
In the section about npm run build fails in troubleshooting added more info about memory usage of the build script and a link to a tutorial for adding more swap space as a viable solution.
-
James Blight authored
* Update docs with WebSocket proxy information * Tweak wording
-
Brian Douglas authored
Due to many of the other examples in the README showing both `npm` and `yarn` commands. I have added an example of how to install a dependency using `yarn`.
-
Ro Savage authored
* Add service worker invalidation * Update valid service worker check only on local host
-
Daniel Ciao authored
* Fix sourcemap directory organizing on Windows * Update comments
-
Marius Wirtherle authored
* docs: added REACT_EDITOR to `Advanced Configuration` section * Update README.md * Update launchEditor.js
-
Levin Rickert authored
* Auto-detect running editor on Windows for error overlay * Ignore process output if powershell call fails * Support Notepad++
-
Dan Abramov authored
-
Dan Abramov authored
-
Paweł Jędrzejczyk authored
-
Ade Viankakrisna Fadlil authored
-
- 26 Jun, 2017 14 commits
-
-
Dan Abramov authored
-
Fabrizio Castellarin authored
* Local testing with docker * Docs on e2e testing * `bash` callback after docker * Add a TL;DR in the CONTRIBUTING section * Local e2e testing with modified files * Remove the N.B. from the README * Fixed a fixme in e2e doc
-
Mateusz Zatorski authored
* add docs for setting up CircleCI for CRA * Reword
-
Andy Kenward authored
Since `v2.2.1` of webpack the need for `ident` for complex options is no longer required. See https://webpack.js.org/guides/migrating/#complex-options
-
Jeffrey Posnick authored
-
Will Farley authored
* Update sw-precache-webpack-plugin to v0.11.3 * Pin the version
-
Jay V authored
* Adding link to tutorial on code splitting Link to tutorial on Code Splitting with React Router * Update README.md
-
Mico Piira authored
-
Mikhail Osher authored
https://www.jetbrains.com/help/webstorm/opening-files-from-command-line.html https://www.jetbrains.com/help/phpstorm/opening-files-from-command-line.html Both editors have the same signature `<editor> <projectPath> --line <number> <filePath>` to open file from the command line. It seems to work even if `<projectPath>` is omitted (commit 02f88ba1). Tested on `Win10`+`PhpStorm2016` and `macOS 10.12`+`PhpStorm2017`.
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
* New issue template * Update PULL_REQUEST_TEMPLATE.md * Update ISSUE_TEMPLATE.md
-
- 23 Jun, 2017 1 commit
-
-
Dan Abramov authored
-
- 19 Jun, 2017 3 commits
-
-
Joe Haddad authored
-
varnav authored
* Fix incorrect check if CI variable is set to true Originally build would fail on warnings with any value of CI environment variable. Now it will correctly check if it's true. Discussed here: https://github.com/facebookincubator/create-react-app/issues/2453 * Check for "not false" instead of "not true" After discussion we decided that this will be closer to current functionality and not break anything.
-
Levin Rickert authored
-
- 18 Jun, 2017 3 commits
-
-
Andi N. Dirgantara authored
It should be `baz` instead of `bar` on last example.
-
Roman authored
* Update README.md Fix broken link to React Router documentation * Update README.md
-
Joseph Frazier authored
This eliminates a `yarn` warning on OSX machines running Node.js 8. See here for details: https://github.com/strongloop/fsevents/issues/170 You can see an example of the warning in the second screenshot in https://github.com/facebookincubator/create-react-app/issues/2422#issuecomment-305218252
-
- 12 Jun, 2017 2 commits
-
-
Khang Lu authored
- Call `npm run flow --init` won't create a .flowconfig file, it should be `npm run flow init`
-
Michael Shilman authored
-
- 08 Jun, 2017 1 commit
-
-
Alexandre Nicastro authored
-
- 07 Jun, 2017 1 commit
-
-
Glenn Reyes authored
-