Fork me on GitHub
#lein-figwheel
<
2019-02-25
>
octahedrion13:02:16

hi, I've added ^:figwheel-no-load to a namespace but it's still reloading

octahedrion13:02:53

(I'm on Figwheel 0.2.0 and I've restarted it with a clean build)

octahedrion13:02:23

-- actually, solved, it's not reloading that namespace, it's reloading a dependent namespace

octahedrion14:02:23

- I expected that if I had ^:figwheel-no-load on a namespace that that would imply that its dependents wouldn't reload either

octahedrion14:02:55

I see there's an option :reload-dependents, but that's global