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

Polling option for file watch to support usage in WSL 2 #405

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tsherif
Copy link

@tsherif tsherif commented Dec 31, 2022

Motivation: The method used by live-server to track file changes doesn't work in the Windows Subsystem for Linux V2 (see here for details). This can be fixed by enabling the usePolling option in chokidar.

Changes: Add --poll command line and poll API options to live-server, set to false by default, which enable usePolling in chokidar. Update documentation.

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.

1 participant