- 28 Jun, 2017 13 commits
-
-
Jaco Bovenschen authored
* Add json and css to lint-staged in template README This changes the proposed way about using prettier inside the README.md, because prettier supports css since the 1.4.0 release and json since the 1.5.0 release. Was not sure if it was a good idea to add different regexes for json and css inside the README.md don't have a real opinion about it myself, could maybe easier for starters to do so if they wan't to add things like eslint or stylelint the the commit hooks. * Use capitalization for Javascript, CSS and JSON * Change 'Javascript to JavaScript'
-
Dan Abramov authored
-
Dan Abramov authored
- babel-preset-react-app@3.0.1 - create-react-app@1.3.2 - eslint-config-react-app@1.0.5 - react-dev-utils@3.0.1 - react-error-overlay@1.0.8 - react-scripts@1.0.8
-
Dan Abramov authored
* Add changelog for 1.0.8 * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md
-
Dan Abramov authored
-
Ian Schmitz authored
* Update Prettier to v1 * Update package.json
-
Dan Abramov authored
-
Fabrizio Castellarin authored
* Fix a command style in docs * Add a link to docker's docs
-
Evan Jones authored
* Better React Native Web support * Adding better react-native-web support for jest testing
-
Dan Abramov authored
-
Dan Abramov authored
* Minor code style edits to user guide * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md
-
Dan Abramov authored
* Don't ask to install webpack for using Styleguidist * Update README.md
-
Dan Abramov authored
* Put react-scripts in dependencies, not devDependencies * Sort dependencies on eject * Remove CI check
-
- 27 Jun, 2017 23 commits
-
-
Erik Engi authored
-
Dan Abramov authored
-
Colin Galindo authored
-
Dan Abramov authored
-
Artem Sapegin authored
-
Ashton authored
Adding the word "also" to "Can you also reproduce the problem with npm 4.x?" clarifies that contributors aren't _expected_ to use NPM v4, but we're interested in understanding which environments the reported issue affects.
-
Pete Nykänen authored
-
shaun wallace authored
* adding comment on windows support of nvm * adding tree structure for intial project output * applying feedback from this thread create-react-app/pull/1931
-
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 4 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
-