Skip to content

Commit b0ef612

Browse files
committed
Remove deprecated watchDelay option that was broken anyway
1 parent 3511543 commit b0ef612

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bin/webpack-dev-server.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,6 @@ function processOptions(wpOpt) {
217217
process.stdin.resume();
218218
}
219219

220-
if(!options.watchDelay && !options.watchOptions) // TODO remove in next major version
221-
options.watchDelay = firstWpOpt.watchDelay;
222-
223220
if(!options.hot)
224221
options.hot = argv["hot"];
225222

0 commit comments

Comments
 (0)