diff --git a/build/lib/watch/index.js b/build/lib/watch/index.js index 6f71cb36761..17cd6ab6646 100644 --- a/build/lib/watch/index.js +++ b/build/lib/watch/index.js @@ -21,7 +21,7 @@ const watch = process.platform === 'win32' ? require('./watch-win32') : require('gulp-watch'); -module.exports = () => { +module.exports = function () { return watch.apply(null, arguments) .pipe(handleDeletions()); };