Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Update React to 0.14.2 and Switch Reactify to Babelify #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tominated
Copy link

I've updated React to 0.14.2, and removed the deprecated getDOMNode method in favour of the new findDOMNode from ReactDOM. I also switched out Reactify for Babelify, as it seems as if reactify is no longer maintained.

It's probably a good idea to change the major version number also, seeing as React 0.14.2 might cause some breakages.

Thanks in advance!

@thom4parisot
Copy link
Owner

Excellent thanks! Should we simply state the presets in a browserify.transform field rather than adding an extra file?

@tominated
Copy link
Author

Good idea. I had no idea you could specify options for the transfomer in the package.json. I'll make that change now.

@thom4parisot
Copy link
Owner

@tominated if we did not use browserify the .babelrc or using babel-cli option flags would be our only solutions. At least with the package.json transform field we maintain the transform chainability :-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants