Skip to content

Commit 4aaff8f

Browse files
committed
Update figwheel
1 parent 131ba25 commit 4aaff8f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

project.clj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
:plugins [[lein-cljsbuild "1.1.7"]
1616
[lein-doo "0.1.10"]
1717
[lein-codox "0.10.3"]
18-
[lein-figwheel "0.5.15"]]
18+
[lein-figwheel "0.5.16"]]
1919

2020
:source-paths ["src"]
2121

@@ -24,7 +24,7 @@
2424
:source-paths ["src"]}
2525

2626
:profiles {:dev {:dependencies [[org.clojure/clojurescript "1.10.238"]
27-
[figwheel "0.5.15"]
27+
[figwheel "0.5.16"]
2828
[doo "0.1.10"]
2929
[com.google.javascript/closure-compiler-unshaded "v20180319"]
3030
[cljsjs/prop-types "15.6.1-0"]]
@@ -35,9 +35,7 @@
3535

3636
:figwheel {:http-server-root "public" ;; assumes "resources"
3737
:css-dirs ["site/public/css"]
38-
:repl false
39-
;; :npm-deps and :stable-names
40-
:validate-config false}
38+
:repl false}
4139

4240
;; No profiles and merging - just manual configuration for each build type.
4341
;; For :optimization :none ClojureScript compiler will compile all

0 commit comments

Comments
 (0)