- 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 4 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Ryan Sullivan authored
* Override Jest config collectCoverageFrom with package.json * Protect against overriding other options * Better error message * Create Jest config early on eject * Tweak wording * Dry it up
-
Tom Dunlap authored
* Only run tests in <rootDir>/src (#544) * updates Jest to 19.0.2 * removes testPathIgnorePatterns from jest config * adds testMatch to jest config to only match files in src * Bump babel-jest to 19.0.0 to match jest 19.0.2
-
- 15 May, 2017 7 commits
-
-
Rogelio Guzman authored
* Upgrade to Jest 19 * Use testMatch * Correct version
-
Dan Abramov authored
-
Joe Haddad authored
* Show network address on start * Tweak visual representation
-
Joe Haddad authored
-
Joe Haddad authored
-
James Blight authored
* Change proxy handling to allow multiple proxies to be specified in package.json. * Up webpack-dev-server to 2.4.2 Webpack Dev Server version 2.4.2 handles the external websocket upgrade for all proxies * Fix the listen() call * Switch to correct default host * Remove promises and extract to react-dev-utils * oops
-
Dan Abramov authored
* Tweak error and warning output * Add a colon
-
- 14 May, 2017 2 commits
-
-
Siddharth Doshi authored
* Add custom eslint formatter * Add formatter docs * Update formatter docs * Slightly tweak it * Update README.md
-
Ian Sutherland authored
-