-
Notifications
You must be signed in to change notification settings - Fork 56
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
gaze awlays works in polling mode in mac os mojave #94
Comments
What is the expected behaviour? Do you think I should make this configurable? |
why not use chokidar, as it is dependency of webpack-dev-server ? |
the expected behaviour is use os native file system watch event |
polling mode cause a high cpu usage |
Ok, I'll try to migrate to chokidar. Thx for suggestion. |
thanks for your working, your plugin works well in our project. |
Actually chokidar is gone from dependencies in watchpack. So there probably will be no chokidar in webpack@5. Yet I'll try anyway. |
No description provided.
The text was updated successfully, but these errors were encountered: