mirror of https://github.com/status-im/reagent.git
10 lines
428 B
Clojure
10 lines
428 B
Clojure
|
{: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 []}
|