Fork me on GitHub
#luminus
<
2020-01-18
>
skroth01:01:58

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

skroth01:01:13

actually, might be some combination of the profiles i'm using. +shdaow-cljs by itself doesn't cause any error

skroth01:01:44

i'm seeing it with +postgres +cljs +re-frame +reitit +shadow-cljs is this a dumb combination?

skroth01:01:16

looks like it happens if +re-frame and +shadow-cljs are combined

skroth17:01:57

actually, looks like its +reagent and +shadow-cljs

skroth20:01:40

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

jmckitrick13:01:01

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.