Files
integreat/dev.cljs.edn
Bryce Covert 69de0145c9 Shipping fixes
2020-12-21 08:34:21 -08:00

12 lines
542 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=development" :output-to
"--output-path" :final-output-dir
"--output-filename" :final-output-filename]
:default ["npx" "webpack" "--mode=production" :output-to
"--output-path" :final-output-dir
"--output-filename" :final-output-filename]}}