Closed LeifAndersen closed 2 years ago
I think I'm having this issue as well. The target
directory was never populated after running figwheel in my instance.
Does cljs 1.11.4 fix this?
I just checked this and it appears that the latest version of CLJS fixes this. I'm going to close this unless someone discovers otherwise. Also apparently cljs-devtools is the victim of some deprecations in google closjure libs
https://github.com/binaryage/cljs-devtools/issues/63
One can set :cljs-devtools false
to get rid of the compile warnings. Hopefully devtools will merge the fix soon so we can update figwheel to the new version.
I'm not entirely sure if this is a figwheel specific bug or a general clojurescript one, but if I try to build anything with Clojure 1.10.914 and figwheel 0.2.15, and if the node package
@babel/core
is in the node_modules directory (but not used) I get the following error:I have the following deps.edn file:
Here is my
dev.cljs.edn
file:And finally I have
src/example/core.cljs
:To reproduce, put these three files in their directories, and run:
Any thoughts on what the error might be?