jarslab / babel-maven-plugin

Babel transcription plugin for Maven
MIT License
25 stars 8 forks source link

Babel self-transpilation #10

Closed buckelieg closed 4 years ago

buckelieg commented 5 years ago

Whenever I have babel js amongst other js files in included sources it tries to transpile itself and then fails.

Failed on Babel transpile execution. javax.script.ScriptException: ReferenceError: "console" is not defined in at line number 2 at column number 28539

Suggest to exclude "babelSrc" file be default

Upd. : it fails with the same message on arbitrary script :( Babel 6.26.0

milpol commented 4 years ago

I'm not sure whether I catch it right, do you mean you have included babel sources twice?

milpol commented 4 years ago

Closing because of no response, please ping me if that's still valid, thanks