-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Add ability to use multiple proxies for development #1780
Comments
I was thinking that what can be passed into the proxy property is an object, like webpackdevServer. {
...
"proxy": {
"/myApiUrl": {
target: 'http://some.target.com:4000',
changeOrigin: true
}
}
...
} |
Would love to see this merged in, james PR looks great |
🎆 |
Please help beta test the new version that includes this change! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to be able to pass in multiple proxies in my package.json, instead of just one string.
The text was updated successfully, but these errors were encountered: