@grumplet Nope, its for using npm libs... https://github.com/clojure/clojurescript-site/issues/224
@folcon OK - interesting.
@folcon, so you are following http://widdindustries.com/cljs-npm-libraries/?
Is it just me or do you have to switch focus over to the browser for hot-reloading to take effect? When I edit some code and save, the browser doesn’t update. Only when I alt-tab over to the browser, does the hot reload take effect. Is there any way to just get the updates to happen automatically?
For anyone interested, I was able to solve this problem. See my other post here: https://clojurians.slack.com/archives/C0744GXCJ/p1599585011046500
Less that and more just trying to do what reagent did, but I'll be trying that later...
Basically I originally wrote an application using figwheel-main, ended up needing npm libraries and now need to turn part of my application UI into a library while still using it...