Skip to content

Commit b0748c8

Browse files
skwakmanSpaceK33z
authored andcommitted
ported fix for #612 to 1.x (#614)
1 parent 8ecb9a4 commit b0748c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ function Server(compiler, options) {
268268

269269
var defaultFeatures = ["setup", "headers", "middleware"];
270270
if(options.proxy)
271-
defaultFeatures.push("proxy");
271+
defaultFeatures.push("proxy", "middleware");
272272
if(options.historyApiFallback)
273273
defaultFeatures.push("historyApiFallback", "middleware");
274274
defaultFeatures.push("magicHtml");

0 commit comments

Comments
 (0)