are there any tricks to bringing the size of specter down? it adds 178k before gzipping, which is a bit painful
@lee.justin.m the navigators are completely independent from each other, so you could fork the project and remove any navigators you don't use
@nathanmarz ah cool that’s good to know down the line. i’ll still use it even it if is 178k 🙂
I don't really use cljs, but I was under the impression it did that kind of dead code elimination automatically
DCE is a black art. hard to say what it is doing
maybe it already is doing dce