You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.
I believe the problem is that dependency modules output dirs are not in module lookup paths so this is why it doens't work as intended. For sure we shouldn't install them to node_modules as it will be extremely slow
I'm having a multi project build with three modules A, B, C.
Dependencies are i the same order:
A -> B -> C
Yet, I'm having trouble getting all the dependencies together in a single bundle.
Whenever I build module A I end up having module C present in module "A"s, yet not module B which is declared in my build.gradle:
Also module C is present in my package.json in my build folder as opposed to module B.
Why is that? And, does it need fixing?
The text was updated successfully, but these errors were encountered: