Fork me on GitHub
#luminus
<
2017-10-17
>
lummm03:10:29

What could be causing me to get a 'No such namespace' with a cljs dependency when I run lein uberjar, but not when I run lein cljsbuild?

lummm04:10:03

Or for that matter, any compilation error discrepancy between lein cljsbuild and lein uberjar

jumar06:10:32

not sure - how do you run cljsbuild? with dev profile? In that case, there's a difference at least in optimizations (`:advanced` vs :none)

jumar06:10:19

more details and possibly a minimal reproducer could help