floatdrop / gulp-plumber

Fixing Node pipes
MIT License
806 stars 32 forks source link

Not working with gulp-webpack #47

Open chinakids opened 8 years ago

chinakids commented 8 years ago

Not working with gulp-webpack ,or has other use way

joepie91 commented 8 years ago

Was encountering a similar issue. In this example Gulpfile, gulp-plumber was quietly swallowing errors in the pipeline (which I'd worked around by try/catching). Not sure whether it's the exact same issue that @chinakids is having.