Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bypass proxy middleware (webpack#563)
The `bypass` feature was no longer working because the code added the bypass method as middleware AND `httpProxyMiddleware` as middleware. However, if a `bypass` method is given, it should only use that as middleware. This was caused in webpack#359, and effects `1.15.0` and the 2.x branch.
- Loading branch information