stuff is fixed.

This commit is contained in:
Bryce Covert
2020-12-21 12:36:21 -08:00
parent a9b406b555
commit 32009f8599
3 changed files with 10 additions and 10 deletions

View File

@@ -3,14 +3,14 @@
:output-to "resources/public/js/compiled/app.js"
:output-dir "resources/public/js/compiled/"
:source-map "resources/public/js/compiled/app.js.map"
:pretty-print true
:pseudo-names true
#_#_:pretty-print true
#_#_:pseudo-names true
:infer-externs true
:closure-defines {cljs.core/*global* "window"}
:bundle-cmd {:none ["npx" "webpack" "--mode=production" :output-to
"--output-path" :final-output-dir
"--output-filename" :final-output-filename]
:default ["npx" "webpack" "--mode=development" :output-to
:default ["npx" "webpack" "--mode=production" :output-to
"--output-path" :final-output-dir
"--output-filename" :final-output-filename]}}