mirror of
https://github.com/status-im/reagent.git
synced 2025-01-28 20:56:29 +00:00
9 lines
289 B
Clojure
9 lines
289 B
Clojure
|
{:main reagenttest.runtests
|
||
|
:output-to "target/bundle/resources/public/js/out/index.js"
|
||
|
:output-dir "target/bundle/resources/public/js/out"
|
||
|
:asset-path "js/out"
|
||
|
:target :bundle
|
||
|
; :bundle-cmd {:none ["npx" "webpack" "--mode=development"]
|
||
|
; :default ["npx" "webpack"]}
|
||
|
}
|