jogleasonjr / react-bootstrap-starter

Sample react-bootstrap project that uses gulp, reactify, browserify, and browser-sync.
9 stars 4 forks source link

Transitioning from Reactify -> Babelify #4

Closed kevindieu100 closed 7 years ago

kevindieu100 commented 7 years ago

Hi, I'm having a hard time trying to figure out how to transition from Reactify to Babelify in the gulp files. Do you think you can help me with this? Thank you so much!

jogleasonjr commented 7 years ago

Hi @kevindieu100

This project doesn't use Babelify, and I'm sorry to say I haven't used Babel with the explicit transforms using gulp. From my knowledge of the moving pieces, it seems like this answer might be close to what you're looking for.

After this project I switched to Webpack for my bundling and transforming needs. You can see where I implemented Babel with the React transform preset here.