Open luichooy opened 4 years ago
I use version 6.0.0, the same result as you.
same result , version 6.0.0, and I use the del in gulp , gulp version is 4.0.2 ,my gulpfile.js like this
const delHandler = function () {
return del(['./dist'])
}
module.exports.delHandler = delHandler
It don't work while I running the example below.
However, It works correctly as below:
Is this a doc error or a bug? My installed version is "5.1.0"