Full stacktrace in this gist: https://gist.github.com/harold/efa9a6a6a44ce1f36eb78076d3881d27
The config was indeed causing this (had a string instead of a symbol for [:cljsbuild :builds :compiler :main])
Relevant deps:
[org.clojure/clojure "1.10.3"]
[org.clojure/clojurescript "1.10.914"]
:plugins [[lein-cljsbuild "1.1.8"] [lein-figwheel "0.5.20"]]
Hope that helps, we so verily appreciate figwheel. Such a key piece of the world's best webdev puzzle.
Thank you!
Full stacktrace in this gist: https://gist.github.com/harold/efa9a6a6a44ce1f36eb78076d3881d27
The config was indeed causing this (had a
stringinstead of asymbolfor[:cljsbuild :builds :compiler :main])Relevant deps:
[org.clojure/clojure "1.10.3"][org.clojure/clojurescript "1.10.914"]:plugins [[lein-cljsbuild "1.1.8"] [lein-figwheel "0.5.20"]]Hope that helps, we so verily appreciate figwheel. Such a key piece of the world's best webdev puzzle.
Thank you!