- 10 Feb, 2018 1 commit
-
-
bradfordlemley authored
* Run yarn after ejecting. * On eject, choose to run yarn instead of npm if yarn is available. * Move monorepo to react-dev-utils. * Fix lint. * Rename monorepo to workspaceUtils. * Add react-dev-utils dep for create-react-app. * getMonorepo -> findMonorepo
-
- 04 Feb, 2018 1 commit
-
-
Andrew Ho authored
sever => server
-
- 18 Jan, 2018 1 commit
-
-
Bond authored
* change link to advanced deployment * Use custom CRA link for deployment * use custom link for minification failure * update link for deployment * feedback
-
- 15 Jan, 2018 3 commits
-
-
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
-
- 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.
-
- 26 Sep, 2017 1 commit
-
-
Sophie Alpert authored
* File headers BSD+Patents -> MIT * BSD+Patents -> MIT
-
- 27 May, 2017 1 commit
-
-
Dan Abramov authored
-
- 22 May, 2017 1 commit
-
-
Dan Abramov authored
-
- 19 May, 2017 3 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
- 18 May, 2017 1 commit
-
-
Dan Abramov authored
* Show warnings for builds * Move WebpackDevServer helpers into react-dev-utils
-
- 16 May, 2017 2 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
- 15 May, 2017 4 commits
-
-
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
-
- 14 May, 2017 2 commits
-
-
Ian Sutherland authored
-
Joe Haddad authored
* Temporarily fork detect-port * Fix get process id * Use different package * Unnecessary var
-
- 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
-
- 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.
-
- 14 Mar, 2017 1 commit
-
-
David authored
* Makes end-to-end testing crash on unhandled rejections * Comment fix
-
- 07 Mar, 2017 1 commit
-
-
Valerii Sorokobatko authored
* mv create-react-app/index.js -> create-react-app/creteReactApp.js * update to modern code style * var -> cosnt * set trailing-coma to es5 for prettier
-
- 06 Mar, 2017 1 commit
-
-
Dan Abramov authored
-
- 04 Mar, 2017 1 commit
-
-
Daniel Grant authored
* Refactor start script into modules * Move dev server config into config file * Replace eject file whitelist with a "remove-file-on-eject" flag * Move utils into scripts folder (for inclusion in ejection) * Add missed changes * Pass showInstructions as an argument * Fix eject bug * Don't eject babelTransform
-
- 28 Feb, 2017 1 commit
-
-
Johann Hubert Sonntagbauer authored
-
- 24 Feb, 2017 1 commit
-
-
Johann Hubert Sonntagbauer authored
* (feat): add webpack validation error logging * Style nit * Style tweak * Style nit
-
- 18 Feb, 2017 1 commit
-
-
Mato Ilic authored
-
- 15 Feb, 2017 1 commit
-
-
Kees Kluskens authored
Resolves #1508
-
- 11 Feb, 2017 1 commit
-
-
Joe Haddad authored
* Upgrade webpack * Address more webpack v2 ... * Update html-webpack-plugin * Remove LoaderOptionsPlugin from dev config * ExtractTextPlugin still uses webpack 1 syntax ... and doesn't support complex options (yet) * Grammar nit * Update extract text webpack plugin * - Remove webpack.LoaderOptionsPlugin - Update deps * Lerna hoists packages * Update extract-text-webpack-plugin * Update webpack-dev-server * Remove imports for the tests * stop removing babelrc
-
- 10 Feb, 2017 1 commit
-
-
Joe Haddad authored
* Add `PUBLIC_URL` env variable for advanced use (#937) * Add support for `PUBLIC_URL` env variable * Remove unnecessary duplications * Simplify served path choice logic * Honor PUBLIC_URL in development * Add e2e tests Enables serving static assets from specified host.
-
- 18 Dec, 2016 1 commit
-
-
Eduard Kyvenko authored
-
- 13 Dec, 2016 1 commit
-
-
Cary Landholt authored
Browser launch can still be suppressed using BROWSER=none
-
- 11 Dec, 2016 1 commit
-
-
Pavel Kolesnikov authored
* Proxy rewrites Origin header to match the target server URL * Added comments on rewriting Origin header by the proxy middleware
-