Fork me on GitHub
#rum
<
2019-08-15
>
tvaughan19:08:34

Has anyone successfully compiled a rum project using shadow-cljs? I used npm to install react, react-dom, and create-react-class per https://shadow-cljs.github.io/docs/UsersGuide.html#_missing_js_dependency and https://github.com/thheller/shadow-cljs/issues/199. When I try to compile a simple hello-world application that does nothing other than require rum.core I get The required JS dependency "object-assign" is not available, it was required by "node_modules/react/cjs/react.production.min.js". Yes, I'm aware I could also use npm to install object-assign, but this just doesn't seem right to me.

mruzekw20:08:28

Yeah, I would expect React's package.json to account for that... :thinking_face: