figwheel-main

figwheel-main http://figwheel.org
bhauman 2021-04-20T16:29:58.063100Z

@msolli sorry for not getting back sooner

bhauman 2021-04-20T16:30:34.063300Z

If the compile has started then it should be compiling during that time

bhauman 2021-04-20T16:31:32.063500Z

another thing to look at is the options that are provided to the compiler by figwheel

bhauman 2021-04-20T16:35:24.063700Z

you can get the compile options by providing the -pc cli option (before the other options) and it will print out the compile options being send to the cljs compiler

bhauman 2021-04-20T16:37:33.063900Z

but it that doesn’t provide some insight then I’d say that there is probably some strange thing going on with paths or there is a bug in the dependency traversal algorithm such that its recurring on itself

bhauman 2021-04-20T16:38:20.064100Z

but I’d have to really look at what figwheel is doing to make modules reloadable