Is there a way to run a browser test in shadow with advanced compilation off? Trying to debug something that the moment which works in repl but hangs in the test runner.
@grounded_sage shadow-cljs compile
? or just :compiler-options {:optimizations :simple}
?
I’ll circle back to this. Hit another serious problem which has taken priority.