Fork me on GitHub
#figwheel-main
<
2019-09-11
>
Matt Jacobus00:09:45

Hi, I'm new to cljs and figwheel.main and attempting to set up a project that uses hx, a wrapper for react, and a npm module -- react-codemirror2. I attempted to follow https://github.com/bhauman/figwheel-main/blob/master/docs/docs/npm.md but I'm stuck. My first issue is, when I include :npm-deps false, is longer found (Undefined nameToPath for react). Once I start using a single npm module directly, is it then necessary to include every underlying npm module in foreign-libs? When I include react in foreign-libs, I no longer get the nameToPath error, but when I restart my build the process hangs after the web page is opened (after Opening URL http://localhost:9500) and the browser just says “waiting for localhost”. Has anyone dealt with this before?