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?
Does... does shadow-cljs actually create an uberjar?
Huh, apparently it does. Neat
And I'm getting the same thing
But as far as I'm aware, you should probably be using shadow-cljs instead of lein for actually building things @mitchell_clojure