Fork me on GitHub
#cljs-dev
<
2018-05-22
>
mfikes11:05:12

If @kommen's issue tends to arise when you have a dependency graph, it could explain a large class of :npm-deps "Undefined nameToPath" failures. I'm digging into it via https://dev.clojure.org/jira/browse/CLJS-2757

thheller12:05:40

@mfikes your conclusion is correct "This appears to be the result of Closure failing to find the correct paths to the modules and simply emitting module$<symbol>". Closure usually emits a warning when doing so though. Might be worth checking if warnings are accidentally discarded.

mfikes12:05:59

Ahh, thanks!