Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from upstream repo facebookincubator/create-react-app #10

Merged
merged 48 commits into from
May 9, 2017

Conversation

backstroke-bot
Copy link

Hello! The remote facebookincubator/create-react-app has some new changes that aren't in this fork.
So, here they are, ready to be merged! 🎉

If this pull request can be merged without conflict, you can publish your software
with these new changes.

If you have merge conflicts, this is a great place to fix them.

Have fun!

Created by Backstroke. Oh yea, I'm a bot.

gaearon and others added 30 commits March 13, 2017 16:19
* Fixes a silent crash when ejecting

* Delete unnecessary files

* Remove references to eslintrc in Webpack config

* Fix lint

* Correct ESLint CLI options
* Makes end-to-end testing crash on unhandled rejections

* Comment fix
* Allow creation of apps in empty mercurial repos

* Adding .hgignore to list of validFiles for isSafeToCreateProjectIn check

* Adding .hgcheck to list of validFiles for isSafeToCreateProjectIn check
…flict (#1869)

* Removed blockquote from code section

* Fix the fix
commander to figure it out on its own
* Adding shrink-to-fit=no for proper responsive handling on Safari 9+
Previous changes caused `detect-port` to pick random port on app startup. Update fixes this regression, `detect-port` pick next available port instead.
* Fix importing npm linked libraries

* Update webpack.config.dev.js

* Update webpack.config.prod.js
* Added test to check for accidental dependencies

* Refactored test into a function

* Removed non capturing group from grep

* Update e2e-installs.sh
* Fix AppVeyor CI (#1876)

* Run AppVeyor on Visual Studio 2017
* Upgrade webpack & related deps

* Disable module transform (requires webpack 2+)
* Fix npm to yarn

* yarn & npm

* Update index.html

* Switch ordering of suggestion

We should suggest NPM first for new users.
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.
* Adding folder structure to help people navigate through project. It helps in resolving issues by providing brief description of each package and its purpose

* Removing unnecessary packages from Folder structure heading

* Update CONTRIBUTING.md
* Node.js serving with absolute path

It’s safer to use the absolute path of the directory that you want to serve, in case you run the express app from another directory.

* Update README.md
)

* removed redundant already default options in UglifyJsPlugin

* re-enabled remove comments Uglify option

JSDoc-style comments weren't being removed
* 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
Minify and map css
Timer and others added 18 commits April 21, 2017 22:05
…1987)

* resolves #1986 updates CSS Preprocessor docs to include information on node-sass-chokidar alternative to node-sass

* Update README.md
* Modularize and extract crashOverlay to iframe

* Do not break words

* Disable warning overlay

* Use CJS imports
* Define dev chunk names

Fixes #2046

* Add comment
* Suggest to create .eslintrc for IDE lint plugins

* Update README.md

* Update README.md
* Update README.md

* Update README.md
* Fix instructions for serving with now

Not sure if new, but the `--single` flag is now important.

* Keep it shorter
* Forbid using window properties as global variables

* Change globals list to match Standard.

* Fix globals
* Revert "Ignore the yarn cache directory (#2063)"

This reverts commit 94149c7.

* Revert "Forbid using window properties as global variables (#1840)"

This reverts commit 5a7d8e8.
@noxan noxan merged commit 3a527f2 into picter:master May 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.