babel / babelify

Browserify transform for Babel
MIT License
1.68k stars 114 forks source link

Library association #196

Closed rowlandekemezie closed 8 years ago

rowlandekemezie commented 8 years ago

I need help on using both babelify and reactify in the transform method? Or is it feature in progress?

loganfsmyth commented 8 years ago

Could you clarify what you mean? babelify is a wrapper around babel. If you need a general library you can use for transformations, you'd use babel directly, but I'm not sure that's what you're asking.