re-frame-utils
re-frame-utils copied to clipboard
re-frame-utils-0.1.0.jar contains an 'out' directory with compiled sources
The .jar
file contains a 6 megabyte directory called out
which in turn contains compiled sources to cljs.core, re-frame, reagent etc. This causes a lot of warnings when building projects with shadow-cljs
due to duplicate sources.
I encountered the same issue and it's preventing me from using this library in my project.
PR #8 should fix this issue. Would it be possible to merge it and cut a new release?