-
Notifications
You must be signed in to change notification settings - Fork 51
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
Precompiled lib, use webpack and update dependency versions #32
base: master
Are you sure you want to change the base?
Precompiled lib, use webpack and update dependency versions #32
Conversation
Moved from browserify and grunt to webpack Use babel with react preset Npm based build
- Set react dependencies to >=0.14.x so that it will accept react 15
@scags9876 have you published your 'fork' to npm ? If that's not the case, how can one use your code directly from github (since the compiled lib doesn't exist in github) |
@jbrodriguez I have not published to npm... I'm waiting for @MandarinConLaBarba to merge this PR so he can publish. In the meantime, i've got the following in my package.json:
It points to my master branch on my fork, which has the precompiled lib... see #31 (comment) |
a47d4d7
to
5fbf07b
Compare
this PR now includes the fix for the undefined PropType from #33 |
These mainly address deprecation warnings given with react 15. - Remove soon to be deprecated React.propTypes in favor of the PropTypes package. See https://fb.me/prop-types-docs - Remove soon to be deprecated React.createClass in favor of the creatReactClass package. See https://fb.me/react-create-class - Fix bug with undefined propType warning
5fbf07b
to
a1e3b3d
Compare
Thanks!! helped me a lot!! /o/ |
Some useful stuff in here, thought others might benefit from these changes.