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 6ba377a commit e7c5452Copy full SHA for e7c5452
bin/webpack-dev-server.js
@@ -67,6 +67,10 @@ if(!options.filename)
67
[].concat(wpOpt).forEach(function(wpOpt) {
68
wpOpt.output.path = "/";
69
});
70
+if(!options.watchOptions)
71
+ options.watchOptions = firstWpOpt.watchOptions;
72
+if(!options.watchDelay && !options.watchOptions) // TODO remove in next major version
73
+ options.watchDelay = firstWpOpt.watchDelay;
74
if(!options.hot)
75
options.hot = argv["hot"];
76
0 commit comments