You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building native image via lein do clean, native-image for the latest 0.8.0 release, I'm hitting the following issue:
Caused by: clojure.lang.ExceptionInfo: Invalid :refer, macro cljfmt.core/read-resource does not exist in file src/cljfmt/core.cljc {:tag :cljs/analysis-error}
When building native image via
lein do clean, native-image
for the latest0.8.0
release, I'm hitting the following issue:Full output: https://gist.github.com/codeasone/e258af1f2160d0120dbc66bc8c870949
So there is a problem with the
cljs
build triggered via theleiningen.cljsbuild
hook.Work-around: just comment out the following line in the
project.clj
And re-run
lein do clean, native-image
The text was updated successfully, but these errors were encountered: