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 c2481db commit 5cc0126Copy full SHA for 5cc0126
lib/Server.js
@@ -292,7 +292,7 @@ function Server(compiler, options) {
292
293
var defaultFeatures = ["setup", "headers", "middleware"];
294
if(options.proxy)
295
- defaultFeatures.push("proxy");
+ defaultFeatures.push("proxy", "middleware");
296
if(options.historyApiFallback)
297
defaultFeatures.push("historyApiFallback", "middleware");
298
defaultFeatures.push("magicHtml");
0 commit comments