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

Question: is it possible to upgrade app to v0.3 ? #485

Closed
javlc opened this issue Aug 24, 2016 · 2 comments
Closed

Question: is it possible to upgrade app to v0.3 ? #485

javlc opened this issue Aug 24, 2016 · 2 comments

Comments

@javlc
Copy link

javlc commented Aug 24, 2016

I installed create-react-app 0.2.0 and created a starter app with this.

Now, I want to make use of the proxies functionality, in order to make an api call to an https api endpoint.

Is there a way to update an existing app created with react-create-app 0.2.0 to version 0.3.0, or do I necessarily have to eject in order to edit directly in webpack config?

@gaearon
Copy link
Contributor

gaearon commented Aug 24, 2016

0.3.0 is not out officially yet. It will likely take a couple more weeks while we are ironing out some issues.

If you're feeling adventurous you can use an alpha by setting react-scripts to 0.3.0-alpha in package.json and run npm install.

When 0.3.0 is out officially, the migration instructions will appear in the changelog in this repo.

@gaearon
Copy link
Contributor

gaearon commented Aug 25, 2016

0.2.3 is released and contains the proxy feature.
Please see the instructions here.

@lock lock bot locked and limited conversation to collaborators Jan 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants