From 4aaff8f2f7c787336d45b247bf842bcd7289db2b Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Mon, 21 May 2018 13:12:15 +0300 Subject: [PATCH] Update figwheel --- project.clj | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/project.clj b/project.clj index 3527eaa..a54ccb7 100644 --- a/project.clj +++ b/project.clj @@ -15,7 +15,7 @@ :plugins [[lein-cljsbuild "1.1.7"] [lein-doo "0.1.10"] [lein-codox "0.10.3"] - [lein-figwheel "0.5.15"]] + [lein-figwheel "0.5.16"]] :source-paths ["src"] @@ -24,7 +24,7 @@ :source-paths ["src"]} :profiles {:dev {:dependencies [[org.clojure/clojurescript "1.10.238"] - [figwheel "0.5.15"] + [figwheel "0.5.16"] [doo "0.1.10"] [com.google.javascript/closure-compiler-unshaded "v20180319"] [cljsjs/prop-types "15.6.1-0"]] @@ -35,9 +35,7 @@ :figwheel {:http-server-root "public" ;; assumes "resources" :css-dirs ["site/public/css"] - :repl false - ;; :npm-deps and :stable-names - :validate-config false} + :repl false} ;; No profiles and merging - just manual configuration for each build type. ;; For :optimization :none ClojureScript compiler will compile all