babel / gulp-babel

Gulp plugin for Babel
https://babeljs.io
MIT License
1.32k stars 120 forks source link

The packaging process was terminated when i use "babel" #184

Closed FrontEndNoah closed 2 years ago

FrontEndNoah commented 5 years ago

not use: image output: image all finished.

use: image output: image Interruption after starting 'flie'

loganfsmyth commented 5 years ago

Generally this means that you have a syntax error in one of your files. You'd have to add .on('error', e => console.error(e)) to log it somewhere.

dkornilove commented 2 years ago

@Super-Mumoo did you find a error? experiencing the same issue here

FrontEndNoah commented 2 years ago

@Super-Mumoo did you find a error? experiencing the same issue here

I almost forgot the issues I submitted, because I left my job shortly after I submitted the issues, so I didn't pay any more attention this issues.

I asked my former colleague. He tell me there is problem of code instead babel, he print the error message in the error callback and fixed.

like this image

FrontEndNoah commented 2 years ago

Generally this means that you have a syntax error in one of your files. You'd have to add .on('error', e => console.error(e)) to log it somewhere.

Sorry to reply you now, cause I left my job shortly after I submitted the issues, so I didn't pay any more attention this issues. it's really a problem of code. I have closed this issue.