babel / babel-brunch

Brunch plugin for Babel
ISC License
69 stars 38 forks source link

Handle plugin and preset options #39

Closed razor-x closed 7 years ago

razor-x commented 7 years ago

Fixes #37

paulmillr commented 7 years ago

Looks good. Could you check what's up with the failing tests?

razor-x commented 7 years ago

Sure, looks like an issue on node 4 only. The way the test suite is written it swallows exceptions, so I'll try to work out what's breaking,

razor-x commented 7 years ago

Working now: needed to explicitly add the extra plugin to devDependencies (since npm 2 doesn't flatten).

paulmillr commented 7 years ago

Thank you! I'm going to publish the new version later tomorrow.