has anyone seen this error before? i'm trying to do lein uberjar on a brand spankin' new luminus project with the shadow-cljs profile. wasn't sure if this or the #shadow-cljs channel was the right place to ask
actually, might be some combination of the profiles i'm using. +shdaow-cljs by itself doesn't cause any error
i'm seeing it with +postgres +cljs +re-frame +reitit +shadow-cljs
is this a dumb combination?
looks like it happens if +re-frame
and +shadow-cljs
are combined
actually, looks like its +reagent
and +shadow-cljs
using these dependencies fixed the problem for me: https://clojurians.slack.com/archives/C6N245JGG/p1579377617080200 if i was more comfortable hacking on the luminus template i'd see about updating it to use these deps
Quick question on CLJS projects. Is figwheel-main the default, or the original figwheel? That would help me decide if I should just use shadow-cljs instead.