I am currently working on a sample app on Cordova
with Clojurescript
. I am using shadow-cljs
to build the project but somehow I could not find a way to make the code reload to work.
Instead, I have to use the browser build when developing since it allows for a shorter feedback loop with the code reload. And then after that, I deploy the app to a device/emulator using the cordova
command line.
Is there a way in shadow-cljs
to make the code reload to work while using the device/emulator directly when developing ?