Fork me on GitHub
#figwheel-main
<
2018-12-09
>
miikka11:12:09

I'm building a ClojureScript app and using {:npm {:bundles ...}} to include some JS deps as documented in https://figwheel.org/docs/npm.html. On my computer, it works great, but when I run the build on CircleCI, my index.bundle.js does not get included in the build result. I'd appreciate any hints for solving this.

miikka12:12:57

I'm getting React (among other) to be used with Reagent via the npm bundle, so I added exclusions for cljsjs/react and others. This seems to fix the problem above, but then I don't get the externs for React.