Open Kinrany opened 5 years ago
Wait, client/lib/lighting.js
depends on client/index.js
, so that'll probably break something.
yeah that too
I checked the cyclic dependencies with madge, there shouldn't be any now. Well, other than those fixed by do_resolve
.
Ahh, no, just using mob/index.js
won't work because everything is imported as mob.js
, not just mob
:s
Should work now. How do you test this stuff?
Move all the require statements that don't have to be dynamic to the beginning of the files