Fork me on GitHub
#cljs-dev
<
2017-02-12
>
henriklundahl14:02:20

I added the details as a comment for now.

henriklundahl14:02:49

How do I get access to edit the ticket? It would be nice to have the correct name in the contributors list as well.

pat14:02:43

on node, js/goog.dependencies_.requires no longer contains user namespaces, just goog stuff

dnolen14:02:37

@pat you shouldn’t be using that directly anyway

dnolen14:02:44

we changed how we load Node deps

pat14:02:18

yes, but this is how fw assembles reload dependency order

dnolen14:02:40

Figwheel needs to do something new to make it work then

pat14:02:55

yea trying to figure that out

dnolen14:02:25

not sure about all the details on how Figwheel works so I can’t really suggest anything here

bhauman22:02:08

@pat what change is this behavior associated with? and can you create an issue on figwheel describing this problem?