We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
lein figwheel
java.lang.NullPointerException
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])
string
symbol
[: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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Full stacktrace in this gist: https://gist.github.com/harold/efa9a6a6a44ce1f36eb78076d3881d27
The config was indeed causing this (had a
string
instead of asymbol
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!
The text was updated successfully, but these errors were encountered: