Files
integreat/dev.cljs.edn
2020-12-21 08:18:30 -08:00

9 lines
345 B
Clojure

{:main auto-ap.core
:target :bundle
:output-to "resources/public/js/compiled/app.js"
:output-dir "resources/public/js/compiled/"
:infer-externs true
:bundle-cmd {:none ["npx" "webpack" "--mode=production" :output-to
"--output-path" :final-output-dir
"--output-filename" :final-output-filename]}}