Fork me on GitHub
#cljsjs
<
2017-11-21
>
hkjels12:11:45

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])

hkjels12:11:24

the latter will land in the window object

hkjels12:11:13

never mind. I found out how