cljsjs

2017-11-21T12:09:45.000318Z

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

2017-11-21T12:10:24.000288Z

the latter will land in the window object

2017-11-21T12:39:13.000280Z

never mind. I found out how