Fork me on GitHub
#shadow-cljs
<
2020-11-24
>
grounded_sage10:11:34

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.

thheller15:11:23

@grounded_sage shadow-cljs compile? or just :compiler-options {:optimizations :simple}?

grounded_sage17:11:26

I’ll circle back to this. Hit another serious problem which has taken priority.