Fork me on GitHub
#figwheel
<
2017-07-04
>
mikerod21:07:43

When using the REPL + figwheel I keep seeing this behavior where it is “remembering” old state even after I restart the JVM, clean all build dirs, rm every file I can find that is compiled in project

mikerod21:07:10

Some of the state is clearly coming back from some sort of cache. Some of it would require a server-fetch in my app and I see that no fetch is happening

mikerod21:07:46

I’m calling this “impossible” old state. I don’t see anything out there suggesting there is some more caching to clear anywhere for figwheel and I don’t see how it woudl have anything else cached anyways. Anyone see anything similar before?