-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
Throws when using browserify and not reactify #215
Throws when using browserify and not reactify #215
Comments
material-ui contains several .jsx files that need compiling to .js, reactify handles that transformation. |
Yes, it can do that, but I do my transformations beforehand and run browserify on pure .js files after. It's just that this config-entry is a little intrusive as to how I choose to build :) Couldn't the config be a something the hosting application specifies? |
This will be resolved once #179 is done. |
Seems like:
in material.ui's package.json makes browserify fail, if reactify is not installed in the application that uses material-ui.
The error is:
Work around is obviously to just install reactify regardless, but thought you might want to know :)
The text was updated successfully, but these errors were encountered: