👷 Adapt production build script to shadow-cljs.

This commit is contained in:
Andrey Antukh 2020-03-30 10:46:15 +02:00
parent f7bfc4d135
commit 71afd6719f
2 changed files with 8 additions and 9 deletions

View file

@ -10,6 +10,8 @@
:asset-path "/js"
:modules {:main {:entries [uxbox.main]}}
:compiler-options {:output-feature-set :es8}
:release {:compiler-options {:pseudo-names false
:pretty-print false}}
}}}
:release {:output-dir "target/dist/js"
:compiler-options {:fn-invoke-direct true
:source-map true
:anon-fn-naming-policy :mapped
:source-map-detail-level :all}}}}}