-
Notifications
You must be signed in to change notification settings - Fork 88
TypeError: Plugin is not a function #51
Comments
You are using this plugin with Babel 6, but the newest version has not been published. Please see: #50 (comment) |
I've been following #50, and I am using 2.0.0-beta1 I see the error: Looking further on the error line on Maybe I have still some left overs from react-hot-loader |
@vicentedealencar That line does not exist in 2.0.0-beta.1, you must still have 1.x installed. |
In case someone comes here, I had this problem, removed my 1.1.1 from node_modules and run as indicated on the Readme: npm install --save-dev babel-plugin-react-transform@beta Solves it for me. |
ops, my bad. thanks |
@PabloRosales +1! Thanks so much |
Any idea how to resolve or what's causing this?
The text was updated successfully, but these errors were encountered: