-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The "poll" property name on watchFiles option #3365
Comments
Good catch, will fix |
@alexander-akait I think we should use same properties as chokidar options, presently we use |
Ideally we should respect |
we can add fallback logic to support both maybe -
|
The
watchFiles
option is added #3136, and the testcase code show that we should use the property nameusePolling
.webpack-dev-server/test/options.test.js
Line 409 in 12f045f
But it isn't work.
After reading the code:
webpack-dev-server/lib/Server.js
Line 976 in 7389612
We should use
poll
instead.The text was updated successfully, but these errors were encountered: