We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, we are watching all the events:
watchpack/lib/DirectoryWatcher.js
Lines 67 to 72 in 8d839e8
In our case (vuejs/vuepress#351), we only want webpack to watch change events, and other events will be handled by ourselves.
change
The text was updated successfully, but these errors were encountered:
@meteorlxy PR welcome 👍
Sorry, something went wrong.
feat: options for not watching all the events (close webpack#82)
2cf7aac
8c8f265
@evilebottnawi
I've created a PR #83 .
Your advice would help a lot.
No branches or pull requests
Currently, we are watching all the events:
watchpack/lib/DirectoryWatcher.js
Lines 67 to 72 in 8d839e8
In our case (vuejs/vuepress#351), we only want webpack to watch
change
events, and other events will be handled by ourselves.The text was updated successfully, but these errors were encountered: