File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 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
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" ]]
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
You can’t perform that action at this time.
0 commit comments