^{:watch-dirs ["src"]} {;:output-to "resources/public/cljs-out/dev-main.js" :output-dir "resources/public/cljs-out/" :output-to "resources/public/cljs-out/main.js" :optimizations :none :pretty-print true :target :bundle :infer-externs true :bundle-freq :smart :auto-bundle :webpack :source-map true :source-map-timestamp true :devcards true :bundle-cmd {:none ["npx" "webpack" "--mode=development" "--entry" :output-to "--output-path" :final-output-dir "--output-filename" :final-output-filename]} :main clojure-demo.core}