kee-frame icon indicating copy to clipboard operation
kee-frame copied to clipboard

provide a way to opt out of spec dependencies

Open justin-roche opened this issue 9 months ago • 0 comments

I am trying to streamline an application and noticed in the shadow-cljs build report that kee-frame is relying on some heavy spec dependencies. I've been able to overwrite expound with a stub namespace by just adding an expound directory with a basic expound.alpha namespace, but that seems kind of hacky. Now I would like to avoid using spec as well. Would it be feasible to provide some kind of option to avoid using these or use them only in development?

justin-roche avatar May 19 '24 18:05 justin-roche