You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: