-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix(hmr): make watcher ignore build.outDir #15326
Conversation
|
Thanks for the PR @nozomuikuta! I'll add this one to the team board for discussion. If we merge it, we will be doing it as part of the next minor (we may take a few weeks to answer because of the holiday season). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I don't see a reason to not ignore it.
Thank you for approving the PR! I found this PR came to conflict with the latest By the way, is it fine to close #15326 (comment) without applying the change? |
@nozomuikuta I think you should commit your proposed change at https://github.com/vitejs/vite/pull/15326/files#r1434206818 👍🏼 |
Committed it and resolved the conversation! 🚀 |
Description
Resolves #15241
I just added
build.outDir
to Chokidar'signored
option.Additional context
This is my very first PR to Vite, so I might be missing something important.
Please be careful.
What is the purpose of this pull request?
I guess watching
build.outDir
is unexpected, so it's a bug.Before submitting the PR, please make sure you do the following
fixes #123
).I'm not sure how to unit-test this PR.
I confirmed that this PR resolves the original issue by following reproduction steps of it.