Sebastian Bensusan <[email protected]> writes: > There is no webpack scaffolding you are missing (at least yet). You > error comes from an unmet dependency: > https://github.com/bebraw/reactabular/blob/master/package.json#L72
Yup, that I've since figured out: https://github.com/bebraw/reactabular/issues/70 > You should also provide lodash for rectabular. I've worked through that, but now the problem is to get lodash, reactabular and React itself in the right order, which I don't know how to do without :foreign-libs. Which would require me to provide externs file. (Even with :optimization :none, there are issues.) Which squeezes beads of sweat out of my forehead ... > How will you provide React? Are you using Om or Reagent? Reacl :-) That works the same as Om essentially, though, it has :dependencies [... [cljsjs/react-with-addons "0.13.3-0"]] -- Regards, Mike -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
