Fork me on GitHub
#cljsjs
<
2018-01-16
>
justinlee05:01:28

How does cljsjs handle common dependencies? For example, it is common to import several libraries that depend on react, but it is likely that a specific version of react is being provided by reagent or rum. I got stymied trying to import “react-dnd” because it couldn’t resolve “react” on build. I didn’t know what to do from there.