You mean by eval'ing?
yes, I guess
Figwheel doesn't really help with that
You probably just want a basic clojurescript browser repl
Make sure you don't use advanced compilation
ok, thanks
another issue, I have added react-ace npm package and enabled auto-bundle (also hit the above mentioned problems related to webpack) but now I never get a figwheel repl prompt, I can see that the js code successfully connected to the websocket but nothing more happens in the repl, it just hangs at the “Opening url …”
if I disable bundling, figwheel connection are successful but of course then my client does not work