Skip to:
src/hello_world/core.cljs
If you
the verbose logging will show that the compiler options includes
but if you simply add -w src:
-w src
then out/watch.log will show that an assert is triggered:
out/watch.log
{:deps {org.clojure/clojurescript {:mvn/version "1.10.217"}}}
src/hello_world/core.cljs
If you
the verbose logging will show that the compiler options includes
but if you simply add
-w src
:then
out/watch.log
will show that an assert is triggered: