bhauman / lein-figwheel

Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
Eclipse Public License 1.0
2.88k stars 210 forks source link

Add `deps-cmd` to compielr options #750

Closed LeifAndersen closed 3 years ago

LeifAndersen commented 3 years ago

As listed in the clojurescript ref:

https://clojurescript.org/reference/compiler-options#deps-cmd

bhauman commented 3 years ago

Thanks! Leif! Also don't forget to try figwheel-main. I'm happy to help if you come across any problems.