yup, I do this with keeping the webpack and cljs artifacts separate, first
bundle react and javascript dependencies and jsx code into an artifact with
source maps, and second the clojurescript artifact, tell reagent to exclude
react, something like [reagent "0.6.0" :exclusions [cljsjs/react
cljsjs/react-dom cljsjs/react-dom-server]], you will need to provide some
empty namespace forms in the proper directories e.g. (ns cljsjs.react) to
satisfy reagent at compile time.

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