We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.0.1
Node 10.7.0 / yarn 1.7.0 / OS High Sierra
devServer: { port:3005, proxy:[ { context: [ '**', '!/js/appDist/**' ], target: 'http://' ip.address() ':8080', secure: false, }] }
can use complete http-proxy-middleware config
can't use Complicated http-proxy-middleware config
From the source it is clear that only simple matcher is supported, And it's not support Array config, For example reproduce
vue-cli/packages/@vue/cli-service/lib/util/prepareProxy.js
Line 66 in 3def765
The text was updated successfully, but these errors were encountered:
Duplicate of #2285
Sorry, something went wrong.
No branches or pull requests
Version
3.0.1
Node and OS info
Node 10.7.0 / yarn 1.7.0 / OS High Sierra
Steps to reproduce
What is expected?
can use complete http-proxy-middleware config
What is actually happening?
can't use Complicated http-proxy-middleware config
From the source it is clear that only simple matcher is supported, And it's not support Array config, For example reproduce
vue-cli/packages/@vue/cli-service/lib/util/prepareProxy.js
Line 66 in 3def765
The text was updated successfully, but these errors were encountered: