Skip to content
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

Partially replace chokidar with @parcel/watcher #2379

Merged
merged 3 commits into from
Oct 11, 2024
Merged

Conversation

ntkme
Copy link
Contributor

@ntkme ntkme commented Oct 9, 2024

See discussion from #2347.

This PR uses @parcel/watcher for watch with polling: false, and uses chokidar v4 for watching with polling: true, in hope to address some short comings of both chokidar v3 and chokidar v4.

@ntkme ntkme marked this pull request as ready for review October 9, 2024 21:30
@nex3
Copy link
Contributor

nex3 commented Oct 10, 2024

I'm not thrilled about keeping on a hefty dependency just to support polling, but I suppose this is still better than the status quo.

@nex3 nex3 merged commit 7290399 into sass:main Oct 11, 2024
38 checks passed
@ntkme ntkme deleted the parcel-watcher branch October 11, 2024 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants