reagent/shadow-cljs.edn

10 lines
428 B
Clojure
Raw Normal View History

2019-10-25 06:47:47 +00:00
{:source-paths ["src" "test"]
:builds {:test {:target :karma
:output-to "target/shadow-cljs/resources/public/js/karma.js"
:output-dir "target/shadow-cljs/resources/public/js"
:asset-path "js"
:source-map true
:compiler-options {:infer-externs :auto}
:ns-regexp "(reagenttest\\.test.*|reagent\\..*-test)"}}
:dependencies []}