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

🏗 Massive merge of upstream facebook create-react-app #34

Open
wants to merge 1,784 commits into
base: master
Choose a base branch
from

Conversation

sturdynut
Copy link

🚧 WIP

This is an attempt to bring our create-react-app back up to speed with the latest and greatest from Facebook.

I am not 100% confident yet that things are good to go, so I am going to continue to test but wanted to get this up in case someone else wanted to try it out or had any comments.

To test I've been using npm link to link the @zeal/react-scripts and then using the zeal react generator to generate react apps.

iansu and others added 30 commits October 16, 2019 10:25
The official documentation offers a simpler way of achieving route based code splitting.
…ebook#7839)

* added check for typescript template and unsupported node version

* addressed code review feedback regarding syntax and spelling mistakes
Update the initial project structure generated by create-react-app.
* Add header to checkValidServiceWorker (ts)

* Add header to checkValidServiceWorker
…ok#6352)

* Add additional information for postcss errors

* Add additional information for postcss errors (simplify)

* Remove chunkname from postCSS compile error

* Remove line number from postCSS compile error
* Add Alex to lint documentation

* Attempt to trigger GitHub Action

* Configure Alex and update docs

* More docs updates
* Add template support

* Update templates version check

* Update TypeScript template README
…book#7814)

Rebased again now with smaller changes in this one which will make it easier to revert in case of eventual regressions.
Lapz and others added 28 commits August 5, 2020 11:23
Co-authored-by: Ian Schmitz <ianschmitz@gmail.com>
* Added React logo in README.md

* Added React logo in README file that makes looks nicer now.

* Added CRA Logo in README.md that looks nicer

* Replacing React Logo with CRA Logo instead

Co-authored-by: Eddie Monge Jr <eddiemonge@users.noreply.github.com>

* Update README.md

Co-authored-by: Eddie Monge Jr <eddiemonge@users.noreply.github.com>
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
Co-authored-by: Ian Schmitz <ianschmitz@gmail.com>
-  🐛  use resolveApp for paths in config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment