Precompiled lib, use webpack and update dependency versions#32
Precompiled lib, use webpack and update dependency versions#32scags9876 wants to merge 9 commits intoMandarinConLaBarba:masterfrom
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.