hi, I've added ^:figwheel-no-load
to a namespace but it's still reloading
(I'm on Figwheel 0.2.0 and I've restarted it with a clean build)
-- actually, solved, it's not reloading that namespace, it's reloading a dependent namespace
- I expected that if I had ^:figwheel-no-load
on a namespace that that would imply that its dependents wouldn't reload either
I see there's an option :reload-dependents
, but that's global