made build work once again.
This commit is contained in:
19
min.cljs.edn
19
min.cljs.edn
@@ -1,7 +1,22 @@
|
||||
{:main auto-ap.core
|
||||
:output-to "resources/public/js/compiled/app.js"
|
||||
:output-dir "resources/public/js/compiled/"
|
||||
:source-map "resources/public/js/compiled/app.js.map"
|
||||
:parallel-build true
|
||||
|
||||
:optimizations :advanced
|
||||
:closure-defines {goog.DEBUG false}
|
||||
:pretty-print false}
|
||||
:pretty-print false
|
||||
|
||||
:target :bundle
|
||||
#_#_:pretty-print true
|
||||
#_#_:pseudo-names true
|
||||
|
||||
:infer-externs true
|
||||
:closure-defines {cljs.core/*global* "window"
|
||||
goog.DEBUG false}
|
||||
: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]}}
|
||||
|
||||
Reference in New Issue
Block a user