workshopper / learnyoureact

Let's learn React.js and server side rendering!
MIT License
535 stars 142 forks source link

Change to use `babelify` #70

Closed kohei-takata closed 8 years ago

kohei-takata commented 8 years ago

68

When I do this, the isomorphic chapter's error cannot erased. It seems that reactify causes the error. I will have to change reactify to babelify.

kohei-takata commented 8 years ago

I changed to use babelify, babel-preset-react, and babel-preset-es2015.