browserify / watchify

watch mode for browserify builds
Other
1.79k stars 181 forks source link

Fix opts.poll = false #346

Open ChrisHarrow opened 7 years ago

ChrisHarrow commented 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.