Skip to content

Commit fcf5f3c

Browse files
radotzkiSpaceK33z
authored andcommitted
(fix) proxy config with bypass and without target (#721)
1 parent 00bdcd5 commit fcf5f3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Server.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ function Server(compiler, options) {
219219
next();
220220
} else if(proxyMiddleware) {
221221
return proxyMiddleware(req, res, next);
222+
} else {
223+
next();
222224
}
223225
});
224226
});

0 commit comments

Comments
 (0)