mirror of
https://github.com/status-im/reagent.git
synced 2025-01-12 04:44:27 +00:00
58583db56d
New :bundle target will generate JS tooling compatible output, which can be processed with Webpack and passed to Karma.
9 lines
281 B
Clojure
9 lines
281 B
Clojure
{:main reagentdemo.prod
|
|
:optimizations :advanced
|
|
:output-to "target/bundle-adv/resources/public/js/out/index.js"
|
|
:output-dir "target/bundle-adv/resources/public/js/out"
|
|
; :pseudo-names true
|
|
:elide-asserts true
|
|
:target :bundle
|
|
:closure-defines {cljs.core/*global* "window"}}
|