Yes, webpack outputs to a folder "generated-resources" which is on the resources-path of the clojurescript build. I dont currently have an example build for you, sorry.
On Mon, Jan 23, 2017 at 3:45 PM, Michael Blume <[email protected]> wrote: > On Monday, January 23, 2017 at 12:11:52 PM UTC-8, Dustin Getz wrote: > > 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. > > Interesting, thanks. So it sounds like you have lein and webpack running > independently, not interacting with one another, and sending compiled js > into the same place? Is there by any chance an example project I could look > at? > > -- > 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. > -- 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.
