Uh oh!
There was an error while loading. Please reload this page.
http-proxy-middleware require import has changed - #8589
Conversation
Since http-proxy-middleware has a version higher v1.x.x the import of the require statement has changed... Please refer to docs --> https://github.com/chimurai/http-proxy-middleware I had that issue when I installed this package with version > 1.x. During build process I got that error proxy is not defined. Well, the import has changed, as I said. Hope that helps and thank you for CRA. Keep up the good work!
facebook-github-bot
commented
Mar 1, 2020
Hi @dreitagebart! Thank you for your pull request and welcome to our community.We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
facebook-github-bot
commented
Mar 1, 2020
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
gianpaj
commented
Mar 3, 2020
ianschmitz
commented
Mar 4, 2020
Dupe of #8515. Thanks! |
Since http-proxy-middleware has a version higher v1.x.x the import of the require statement has changed... Please refer to docs --> https://github.com/chimurai/http-proxy-middleware
I had that issue when I installed this package with version > 1.x. During build process I got that error proxy is not defined. Well, the import has changed, as I said.
Hope that helps and thank you for CRA. Keep up the good work!