You should see a blue circle, but instead you get a blank canvas. If you remove -w src you will see a blue circle.
This was working with an uberjar built with 1.10.145, but fails with 1.10.191 or later.
Quick diagnosis shows that out/main.js is not generated with -w src. If you enable -v along with -w src, you don't see the "compiler options" logging message.
index.html
src/my_app/core.cljs
Compile and launch browser and REPL via:
You should see a blue circle, but instead you get a blank canvas. If you remove
-w src
you will see a blue circle.This was working with an uberjar built with 1.10.145, but fails with 1.10.191 or later.
Quick diagnosis shows that
out/main.js
is not generated with-w src
. If you enable-v
along with-w src
, you don't see the "compiler options" logging message.