Closed kjk closed 8 years ago
Latest react docs https://facebook.github.io/react/docs/getting-started.html suggest using babelify. We currently use reactify in gulpfile.js. It looks like babelify would do a better es6->es5 transformations
babelify
reactify
gulpfile.js
https://github.com/kjk/dbworkbench/commit/9ff5790ec2c78451308f5f6b5146c83fe2e04c99
Latest react docs https://facebook.github.io/react/docs/getting-started.html suggest using
babelify
. We currently usereactify
ingulpfile.js
. It looks likebabelify
would do a better es6->es5 transformations