Open ChrisHarrow opened 7 years ago
Watchify currently ignores options pull = false. With this fix Watchify is forwarding this option as usePolling = false to chokidar. Without this option chokidar is using too much CPU resources as it is using polling by default on my mac.
Watchify currently ignores options pull = false. With this fix Watchify is forwarding this option as usePolling = false to chokidar. Without this option chokidar is using too much CPU resources as it is using polling by default on my mac.