diff --git a/dev.cljs.edn b/dev.cljs.edn index d5083bab..d4ac0319 100644 --- a/dev.cljs.edn +++ b/dev.cljs.edn @@ -3,6 +3,9 @@ :output-to "resources/public/js/compiled/app.js" :output-dir "resources/public/js/compiled/" :infer-externs true - :bundle-cmd {:none ["npx" "webpack" "--mode=production" :output-to + :bundle-cmd {:none ["npx" "webpack" "--mode=development" :output-to "--output-path" :final-output-dir - "--output-filename" :final-output-filename]}} + "--output-filename" :final-output-filename] + :default ["npx" "webpack" "--mode=production" :output-to + "--output-path" :final-output-dir + "--output-filename" :final-output-filename]}} diff --git a/project.clj b/project.clj index a033d0e7..b0d8914a 100644 --- a/project.clj +++ b/project.clj @@ -85,8 +85,6 @@ :profiles {:dev - - {:resource-paths ["resources" "target"] :dependencies [[binaryage/devtools "0.9.4"] #_[refactor-nrepl "2.5.0"]