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...
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
thana
03/04/2019, 1:04 PM
thank you! does this also resolve dependencies on other modules of the same project?
g
galex
03/04/2019, 3:11 PM
Yes it takes the runtime dependencies (all the dependencies of your project and takes their js)