-
Notifications
You must be signed in to change notification settings - Fork 47k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't require() react-tools module #10
Comments
Bah, I changed build filenames last minute and didn't properly test the module after :( Thanks for finding this! I guess we should write some tests for the node module too, not just our phantomjs tests. (Very) Short term, you should be able to change @benjamn - I guess it's time to figure out what we want to do with npm versions vs library versions. Should we just bump them both for the time being? |
Nope, that alone won't do it, we're not even packaging. I totally screwed up the node module :( Fix soon! |
Yeah, doesn't look like there's even a |
I'm trying to programatically invoke the JSX transformer (using the version of
react-tools
in the npm registry) by running something likeWhich then throws this error:
If I comment out the lines in
main.js
that require/use./build/React
thereact-tools
module loads fine and the transformer runs correctly.The text was updated successfully, but these errors were encountered: