Fork me on GitHub
#cljs-dev
<
2017-05-24
>
rauh09:05:07

Just playing with with :npm-deps for the first time. In rum there is (defn react [x] ...) and it gets translated to

module$home$rauh$dev$srs$node_modules$react$react = (function rum$core$react(ref){...

rauh09:05:32

I never actually require the NPM dep in any namespace, just adding the compiler option.

dnolen14:05:54

@rauh not enough information yet, but that sounds strange