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

Add CLI option to enable FSWatcher polling #238

Closed
wants to merge 8 commits into from
Closed

Add CLI option to enable FSWatcher polling #238

wants to merge 8 commits into from

Conversation

DeMoorJasper
Copy link
Member

@DeMoorJasper DeMoorJasper commented Dec 12, 2017

As discussed here: closes #221 Some IDE's have safewrite which makes it hard for FSWatcher to detect the files changes, this CLI option should allow users to still use safewrite while not affecting performance for people who do not use safewrite.

@devongovett
Copy link
Member

this doesn't seem like something users should need to know about. it seems like an issue with the IDEs not with parcel. is there a way to detect the need for polling? should we just document how to fix your IDE like webpack does?

@DeMoorJasper
Copy link
Member Author

I couldn't find a way to detect this, probably best solution is to add it to the docs than

@davidnagli
Copy link
Contributor

@DeMoorJasper Can you please make an issue for this in the website repo

@shawwn
Copy link
Contributor

shawwn commented Dec 22, 2017

I think this is worth doing. It's nice to have a fallback mode for users that need it.

@shawwn shawwn reopened this Dec 22, 2017
@DeMoorJasper
Copy link
Member Author

i'll close this off untill we find a way to detect this

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.

[Feature] Automatically detect safe-write
4 participants