On Sunday, May 22, 2016 at 5:38:32 PM UTC+2, Dustin Getz wrote:
> I use webpack as well for npm ecosystem interop, really the only annoying bit 
> is shimming out cljsjs from all cljs deps which sometimes involves forking.

@Dustin you can provide those deps using synthetic namespaces. E. G.

                  :foreign-libs
                  [{:file "foreign-js/main.js"
                    :provides [;; Fake "synthetic namespaces
                               "cljsjs.react"
                               "cljsjs.react.dom"
                               "flibs.react-bootstrap"]}]

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/clojurescript.

Reply via email to