mirror of
https://github.com/status-im/reagent.git
synced 2025-01-15 14:24:22 +00:00
58583db56d
New :bundle target will generate JS tooling compatible output, which can be processed with Webpack and passed to Karma.
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"]}
|
|
}
|