Hi there,
I'm experiencing about 20% constant cpu usage while developing on Mac OS X. I noticed I can make it easier on the CPU if I change the watchify's poll parameter to false in build-response.
I'm wondering was the original reasoning to set it to true? The underlying chokidar library used by watchify can use fsevents on a Mac and doesn't need polling.
Can this option be made configurable? I'd be happy to create a pull request that implements this.
Hi there,
I'm experiencing about 20% constant cpu usage while developing on Mac OS X. I noticed I can make it easier on the CPU if I change the watchify's
pollparameter tofalsein build-response.I'm wondering was the original reasoning to set it to true? The underlying
chokidarlibrary used bywatchifycan usefseventson a Mac and doesn't need polling.Can this option be made configurable? I'd be happy to create a pull request that implements this.