- 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 4 commits
-
-
Siddharth Doshi authored
* Add custom eslint formatter * Add formatter docs * Update formatter docs * Slightly tweak it * Update README.md
-
Ian Sutherland authored
-
Joe Haddad authored
* Temporarily fork detect-port * Fix get process id * Use different package * Unnecessary var
-
Dan Abramov authored
* Click to view source * Update package.json * Update package.json * Fix lint
-
- 12 May, 2017 1 commit
-
-
Valerii Sorokobatko authored
* support different env configs. * fomrat code * Hide doc * Slightly rework the PR * Remove .env in default template * Use just one entry in the paths * Unify env.js and loadEnv.js * Oops, forgot these folks
-
- 11 May, 2017 1 commit
-
-
Joe Haddad authored
-
- 08 May, 2017 1 commit
-
-
Jeremy Morrell authored
-
- 21 Apr, 2017 1 commit
-
-
Buns Shar authored
* Change proxy localhost to I27.0.0.1 for windows * Update comment * resolve localhost IP with DNS lookup on windows * Fix CI errors * Promisify addWebpackMiddleware * Remove Node 6 syntax * Update addWebpackMiddleware.js * Actually use the resolved proxy
-
- 19 Apr, 2017 1 commit
-
-
Gabriel Aumala authored
Pass the host from environment variable as argument of the devServer's listen function instead of a field of options object. Set the default host to 0.0.0.0 instead of localhost.
-
- 15 Apr, 2017 1 commit
-
- 14 Mar, 2017 1 commit
-
-
David authored
* Makes end-to-end testing crash on unhandled rejections * Comment fix
-