Files
integreat/dev.cljs.edn
Bryce Covert 48b48e9137 Revert "Revert "Shipping fixes""
This reverts commit 001ab64776.
2020-12-21 08:48:01 -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]}}