erikschlegel / sails-generate-reactjs

A generator to create a new ReactJS web platform powered by Sails
MIT License
92 stars 10 forks source link

grunt-react deprecated #6

Closed felixSchl closed 9 years ago

felixSchl commented 9 years ago

grunt-react has been deprecated as facebook has deprecated react-tools and JSTransform. Instead we should use babel.

erikschlegel commented 9 years ago

Thanks for raising, and will push out a change in the next 5 mins to remove the dependency on grunt-react and use babelify.