Precompiled lib, use webpack and update dependency versions#31
Precompiled lib, use webpack and update dependency versions#31scags9876 wants to merge 7 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
|
Thanks very much for this! I am out of town for a week but will review this when I get back.. |
|
@scags9876 running |
|
@MandarinConLaBarba sorry for the late response, been a busy week. I believe the command to use is |
|
Great, thanks. I would think that the transpiled code would be included in the npm package, but not in source. Meaning, lib/*.js would be in |
|
Ah yes, you are correct @MandarinConLaBarba . I'm using it checked in so that I can import directly from github: I can make this change... I might need to submit a new PR for it though since I'd like to do it in a branch of my fork so that I can continue to import my master until you merge this. |
|
Ok, #32 has been opened and replaces this PR |
Some useful stuff in here, thought others might benefit from these changes.