We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ecb9a4 commit b0748c8Copy full SHA for b0748c8
lib/Server.js
@@ -268,7 +268,7 @@ function Server(compiler, options) {
268
269
var defaultFeatures = ["setup", "headers", "middleware"];
270
if(options.proxy)
271
- defaultFeatures.push("proxy");
+ defaultFeatures.push("proxy", "middleware");
272
if(options.historyApiFallback)
273
defaultFeatures.push("historyApiFallback", "middleware");
274
defaultFeatures.push("magicHtml");
0 commit comments