Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[thheller/shadow-cljs "2.11.13"] doesn't work #1

Open
kwrooijen opened this issue Jan 10, 2021 · 0 comments
Open

[thheller/shadow-cljs "2.11.13"] doesn't work #1

kwrooijen opened this issue Jan 10, 2021 · 0 comments

Comments

@kwrooijen
Copy link

When upgrading to [thheller/shadow-cljs "2.11.13"] I get the following error:

Syntax error (IllegalArgumentException) compiling . at (shadow/build/data.clj:342:5).
No matching method sha1Hex found taking 1 args for class org.apache.commons.codec.digest.DigestUtils

With the following config:

 :duct.module/shadow-cljs
 {:builds {:app
           {:target :browser
            :nrepl {:middleware [refactor-nrepl.middleware/wrap-refactor]}
            :modules {:main {:entries [blogger.core]}}
            :devtools {:watch-dir "resources/blogger/public"
                       :before-load blogger.core/suspend!
                       :after-load blogger.core/resume}
            :output-dir "resources/blogger/public/js/compiled"
            :compiler-options {:infer-externs :auto}}}}

Downgrading to [thheller/shadow-cljs "2.8.90"] resolves this, but that's not a great solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant