- 16 Jan, 2018 1 commit
-
-
Dan Abramov authored
* Try to fix CI * Bump Jest elsewhere * Bump Babel elsewhere * Fix CI on Windows by writing .cmd file back
-
- 15 Jan, 2018 8 commits
-
-
Dan Abramov authored
* Support Jest --watchAll flag * Use clearer condition * Add comma
-
Gary Meehan authored
-
Joe Haddad authored
* Offer to set browser defaults * Catch error on no * Add ending newlines * Ensure we re-check to prevent defaults from leaking * Reduce nesting * Add defaults message * More explicit
-
Joe Haddad authored
* Warn about browsers during build * Better message
-
Dan Abramov authored
Add preflight check to guard against wrong versions of webpack/eslint/jest higher up the tree (#3771) * Run real scripts in local development * Add preflight check warning * I know what I am doing * Move preflight check into individual scripts This ensures we don't try to filter NODE_PATH twice, accidentally removing the now-absolute path. * Slightly tweak the wording * Fix lint
-
Joe Haddad authored
* Provide better defaults * Let babel determine features to compile * meh * Remove setting of BABEL_ENV * Revert "Remove setting of BABEL_ENV" This reverts commit ee2db707. * Set browsers to ie9
-
aisensiy authored
* update jest to 21.0.2 to support watchPathIgnorePatterns configuration * update jest to 21.1.0 * Try bumping Jest * Bump babel-jest * Try to debug weird CI failure * Remove debug code * Bump other Jest packages * ffs * temp * Revert "temp" This reverts commit 62aec9ac.
-
Andrey Sitnik authored
-
- 14 Jan, 2018 1 commit
-
-
Ian Sutherland authored
* Add warning when HOST environment variable is set (#3719) * Improve HOST environment variable warning message * Adjust text and message Closes #3719
-
- 11 Dec, 2017 1 commit
-
-
Rahul Chanila authored
the code got updated from `detect()` to `choosePort` while the comment did not.
-
- 07 Nov, 2017 1 commit
-
-
Joe Lim authored
* improve eject message * cross os implementation
-
- 28 Oct, 2017 1 commit
-
-
Joe Haddad authored
-
- 26 Sep, 2017 1 commit
-
-
Sophie Alpert authored
* File headers BSD+Patents -> MIT * BSD+Patents -> MIT
-
- 10 Sep, 2017 1 commit
-
-
Ade Viankakrisna Fadlil authored
* rerun prettier for all files * pin prettier to 1.6.1
-
- 09 Aug, 2017 1 commit
-
-
Stéphane Goetz authored
* Move the reduction of the messages to a single place in the place it is used. * Fix variable name
-
- 02 Aug, 2017 1 commit
-
-
Ade Viankakrisna Fadlil authored
* format UglifyJs error * move formatBuildError to react-dev-utils * fix readme * use regex for plucking the path from stack * make path human readable and fallback to show error if regex not matched * rename to printBuildError and add link to the docs * fix link indentation * improve readibility + shorten link
-
- 07 Jul, 2017 1 commit
-
-
Mostafa Hajizadeh authored
Jest's default value for this option is ["js", "json", "jsx", "node"]. CRA's current value is ["web.js", "js", "json", "web.jsx", "jsx"], which is missing one of default ones: "node". This change fixes that. This "node" extension is used in packages that use native code.
-
- 28 Jun, 2017 3 commits
-
-
Dan Abramov authored
-
Evan Jones authored
* Better React Native Web support * Adding better react-native-web support for jest testing
-
Dan Abramov authored
* Put react-scripts in dependencies, not devDependencies * Sort dependencies on eject * Remove CI check
-
- 27 Jun, 2017 4 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Paweł Jędrzejczyk authored
-
- 19 Jun, 2017 2 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.
-
- 27 May, 2017 1 commit
-
-
Dan Abramov authored
-
- 25 May, 2017 1 commit
-
-
Jin Zheng authored
* Print file sizes with correct build folder path. * Just use the print the basename.
-
- 22 May, 2017 2 commits
-
-
Dan Abramov authored
-
Pavol Madar authored
-
- 20 May, 2017 2 commits
-
-
Milo Kang authored
* Ejecting should ensure you have clean git status * Rename function * Style * Minor changes - extract function - exclude error output for missing git - more descriptive error message - no need to mutate answer - fix answering "no" to return 0 exit code
- 19 May, 2017 3 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
- 18 May, 2017 3 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
* Show warnings for builds * Move WebpackDevServer helpers into react-dev-utils
-
Dan Abramov authored
-
- 16 May, 2017 1 commit
-
-
Dan Abramov authored
-