Fork me on GitHub
#figwheel-main
<
2018-12-07
>
pesterhazy10:12:45

I have run into this issue as well. Unfortunately I don't know of a way to do this. This could be solved by lazy compilation, but ATM figwheel compiles all files in watch-dirs eagerly, whether they're reference in other namespaces or not.

👍 4
dominicm10:12:52

@pesterhazy what context have you run into this in?

dominicm10:12:04

I'm considering adding a set of blacklists if required.

pesterhazy10:12:48

also including directories in watch-dirs that contain namespaces which cause compile errors

pesterhazy10:12:55

because of a refactoring, or because the project configuration is not up to date and foreign-libs nss aren't found by the compiler