im struggeling with both parts "all" and "transiti...
# javascript
t
im struggeling with both parts "all" and "transitive" 😉 i cannot get all dependencies, because i have a multi-module-project and i cannot make gradle to move the js-artefact of a dependency like
implementation project(":otherModule")
into the destination folder. and i have noo clue how to get the dependencies transitivley...
g
Now I do use the frontend-gradle-plugin but I didn’t upgrade to 0.0.45 as it does not gather the transitive dependencies (I stayed on 0.0.44 for now which does gather the transitive dependencies)
t
thank you! does this also resolve dependencies on other modules of the same project?
g
Yes it takes the runtime dependencies (all the dependencies of your project and takes their js)
t
thank you!
this is really worth gold!
g
ahah happy to help 🙂