cljsjs

maleghast 2017-11-13T18:09:12.000668Z

Hello… I am trying to follow the “How to create a Package” process and I am basically too ignorant of modern JavaScript to know what half of this stuff is… Has anyone got time to look at this repo -> https://github.com/intljusticemission/react-big-calendar <- and give me some idea of what approach I need to take to build it in such a way that it will work..? I mean is it babel or webpack or can I just npm build it..? Moreover the library talks about needing a localization library to work… Can I just include a dependency to the CLJSJS version of moment..?

maleghast 2017-11-13T20:52:08.000138Z

Please ignore last - I think that packaging that library would be really complex, as there was no finished approach to creating a single concatenated js file for it, or anything. Instead I am now packaging this repo -> https://github.com/nathanstitt/dayz <- as it has all the features that I want / need.