luminus

skroth 2020-01-18T01:34:58.001Z

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

skroth 2020-01-18T01:38:13.001800Z

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

skroth 2020-01-18T01:38:44.002100Z

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

skroth 2020-01-18T01:51:16.002700Z

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

skroth 2020-01-18T17:50:57.003700Z

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

skroth 2020-01-18T20:29:40.003900Z

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

jmckitrick 2020-01-18T13:47:01.003600Z

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.

skroth 2020-01-18T17:50:57.003700Z

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

skroth 2020-01-18T20:29:40.003900Z

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