- 30 Sep, 2016 1 commit
-
-
Andrew Zakordonets authored
* Beaufity output of eject.js script * change formatting of the eject.js output and move colors to cyan * change message about file copy * add missing three dots to some statements in eject.js script * change color of "copying files" line and do not repeat copy path anymore in log * fix merge conflict * Remove yellow color from "Removing dependency" line * changing color to "Adding dependency" line * Add line that outputs which react script is getting replaced by similar node script * remove not used anymore colors * add console line about updating Jest configs * fix typo * change formatting of replacing script output in eject.js * remove "Writing package.json" file console output * make quotes cyan in "Replacing script" console output * update console log output for Jest, Babel, ESLint update and group them under one statement * Style nits
-
- 27 Sep, 2016 1 commit
-
-
Fernando Montoya authored
-
- 25 Sep, 2016 1 commit
-
-
Shubheksha Jalan authored
* Forked react-scripts should retain the binary name * Forked react-scripts should retain the binary name -- fixed issue with regex * Forked react-scripts should retain the binary name -- fixed style nit
-
- 23 Sep, 2016 6 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
* Don't hardcode react-scripts package name Fixes issue described in https://github.com/facebookincubator/create-react-app/issues/682#issuecomment-248781486. * Update eject.js
-
Dan Abramov authored
* Extract some utilities into a separate package * Add utils dir to `files` in package.json * Do not create an empty `utils` dir on eject
-
Dan Abramov authored
Fixes #702
-
Dan Abramov authored
-
Dan Abramov authored
-
- 22 Sep, 2016 3 commits
-
-
Dan Abramov authored
Fixes #410, #674
-
Dan Abramov authored
-
Dan Abramov authored
-
- 21 Sep, 2016 1 commit
-
-
Ville Immonen authored
* Move ESLint configuration to a separate package * Remove the ESLint configuration, moved to eslint-config-react-app * Update ESLint instructions * Pin the package versions in eslint-config-react-app * Add a README for eslint-config-react-app * Update README.md * Update README.md * Update README.md * Update README.md * Update package.json * Update package.json * Update production eslint-loader config * Add the ESLint config to devDependencies of the repo
-
- 19 Sep, 2016 1 commit
-
-
Ville Immonen authored
-
- 18 Sep, 2016 1 commit
-
-
Dan Abramov authored
-
- 02 Sep, 2016 1 commit
-
-
Jiansen HE authored
tagging dev-only code (@remove-on-publish-begin/end) and pre-eject-only code (@remove-on-eject-begin/end) #257 (#257)
-
- 01 Sep, 2016 2 commits
-
-
Dan Abramov authored
Fixes #532
-
Dan Abramov authored
* Update Jest * Remove default snapshot test * Fix a few things * Add a simple default test * App.spec.js -> App.test.js * Fix e2e test * Bump Jest
-
- 05 Aug, 2016 1 commit
-
-
Dan Abramov authored
Disable timer mocking and enable verbose output.
-
- 04 Aug, 2016 1 commit
-
-
Dan Abramov authored
-
- 03 Aug, 2016 2 commits
-
-
Eli Perelman authored
-
Dan Abramov authored
Fixes #186
-
- 01 Aug, 2016 3 commits
-
-
Christoph Pojer authored
-
Dan Abramov authored
The problem has since been fixed upstream. This reverts commit f7011e04.
-
Dan Abramov authored
This fixes #302 by temporarily forking `detect-port`. Hopefully this fix will be merged into the original project, and we can refer to it again.
-
- 27 Jul, 2016 2 commits
-
-
Peter Indiola authored
Also fixes #194
-
Dan Abramov authored
-
- 25 Jul, 2016 1 commit
-
-
Dan Abramov authored
-
- 24 Jul, 2016 1 commit
-
-
Keyan Zhang authored
* explicitly specify ESLint config path for editor plugins * changed to use single quote
-
- 22 Jul, 2016 2 commits
-
-
Dan Abramov authored
Related to #72, c2ba7a4a
-
Keyan Zhang authored
* dogfood eslint config * moved linting to e2e
-
- 21 Jul, 2016 6 commits
-
-
Tyler McGinnis authored
-
Dan Abramov authored
Fixes #38
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
It is easier to add more scripts later this way.
-
Dan Abramov authored
* Make errors and warnings nicer * Fix license stripping to not be eager * Minor tweaks
-
- 19 Jul, 2016 2 commits
-
-
Dan Abramov authored
* Use a custom eslint rule list * Sort rules * Relax some rules
-
Dan Abramov authored
-
- 18 Jul, 2016 1 commit
-
-
Christopher Chedeau authored
-