gulp.watch('./**/*', {interval: 1000, usePolling: true}, gulp.series('superTask'));

node.js - Within Docker VM, Gulp-Watch Seems to not work well on volumes hosted from the host OS - Stack Overflow