Jeremy,
Thanks for posting about this. I am opening this issue at your suggestion.
To my knowledge, although rekapi can in theory work perfectly fine with lodash, it doesn't work out of the box when you are using requirejs. I think that in this file you are loading underscore for requirejs projects but you don't check to see if lodash is available. That's why whenever I setup rekapi with requirejs project using either browserify or webpack I always have to alias underscore to lodash otherwise rekapi doesn't work.
Jeremy,
Thanks for posting about this. I am opening this issue at your suggestion.
To my knowledge, although rekapi can in theory work perfectly fine with lodash, it doesn't work out of the box when you are using requirejs. I think that in this file you are loading
underscorefor requirejs projects but you don't check to see iflodashis available. That's why whenever I setup rekapi with requirejs project using either browserify or webpack I always have to aliasunderscoretolodashotherwise rekapi doesn't work.