when you cause a babelify error, the 'babelify' gulp task would never finish, causing the 'watch' task to never finish. so you'd have to restart gulp every time that happened.
while I was at it, I fixed the error message and formatting so we actually return the entire stack trace instead of just the error message. :tada:
when you cause a babelify error, the
'babelify'
gulp task would never finish, causing the'watch'
task to never finish. so you'd have to restartgulp
every time that happened.while I was at it, I fixed the error message and formatting so we actually return the entire stack trace instead of just the error message. :tada:
before
after