Is there a task I can use that will wrap a library and export default?
What I want is to use (:require [cljsjs/applicationinsights :as insights])
instead of (:require [cljsjs/applicationinsights])
the latter will land in the window
object
never mind. I found out how