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 209 forks source link

Support for :npm-deps compiler flag #565

Closed akiroz closed 7 years ago

akiroz commented 7 years ago

Support for requiring deps directly from NPM has been added as of CLJS 1.9.518.

Refs: https://github.com/clojure/clojurescript/wiki/Enhanced-Node.js-Modules-Support

bhauman commented 7 years ago

solved in #552