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). |
bluwy
left a comment
There was a problem hiding this comment.
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.outDirto Chokidar'signoredoption.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.outDiris 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.