-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
- This is a bug
- This is a modification request
The watchFiles
option is added #3136, and the testcase code show that we should use the property name usePolling
.
webpack-dev-server/test/options.test.js
Line 409 in 12f045f
{ paths: ['dir'], options: { usePolling: true } }, |
But it isn't work.
After reading the code:
webpack-dev-server/lib/Server.js
Line 976 in 7389612
const usePolling = watchOptions.poll ? true : undefined; |
We should use poll
instead.
Metadata
Metadata
Assignees
Labels
No labels