Fork me on GitHub
#figwheel
<
2019-05-16
>
lumpy22:05:56

Any tricks to speed up figwheel compilation? I have a pretty large project that takes about 5 seconds for each incremental compile. I created a test project and slowly added all of my main project and the compile time seemed to grow linearly. I would think that only the file with changes would need to be recompiled. But changing just static text takes 5 seconds to recompile on the same file that took under a second when the project was small.