luminus

Mitch 2019-12-06T04:24:15.026900Z

Hi all, I get an IllegalArgumentException: No matching field found: getSourceName for class com.google.javascript.jscomp.JSError when running lein uberjar on the base project generated by lein new luminus +reagent +shadow-cljs. How do I begin to debug this?

lsenjov 2019-12-06T06:52:51.027200Z

Does... does shadow-cljs actually create an uberjar?

lsenjov 2019-12-06T06:54:05.027400Z

Huh, apparently it does. Neat

lsenjov 2019-12-06T06:58:11.027600Z

And I'm getting the same thing

lsenjov 2019-12-06T06:59:38.028400Z

But as far as I'm aware, you should probably be using shadow-cljs instead of lein for actually building things @mitchell_clojure