figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
upgradingdave 2019-06-15T17:05:46.001600Z

Is it possible to use figwheel to print out a dependency tree of cljs dependencies? (similar to lein deps :tree)?

upgradingdave 2019-06-15T17:06:45.001900Z

I’m using deps.edn and clojure cli and I can print the clojure dependency tree using clj -Stree, but struggling to figure out how to print cljs dependency tree