人生最曼妙的风景,竟是内心的淡定与从容!
The watch event of Gulp4.0 is based on the chokidar module. This problem will be fixed after upgrading Gulp to 4.0.
watch
chokidar
The problem is that the wildcard character you use is ./. If you use gulp.watch('Style/JS'), then there will be no problem.
Remove./
./
The
watch
event of Gulp4.0 is based on thechokidar
module. This problem will be fixed after upgrading Gulp to 4.0.The problem is that the wildcard character you use is ./. If you use gulp.watch('Style/JS'), then there will be no problem.
Remove
./