Closed apatrida closed 6 years ago
Presumably you aren't using the DCE plugin as well, right? Because it would have copied the transitive closure into build/kotlin-js-min/main allowing the entire graph to be resolved. I see this behavior when the DCE plugin isn't applied as well.
it's odd and inconsistent. I need to go back and revisit it to see what patterns work or not. And no DCE plugin.
This is the offending code:
It needs to be made recursive. I'll take a shot.
thanks @JakeWharton
If you have a multi-module build in Gradle, and the module using webpack depends on another module. The current webpack configuration file that is created does not have a resolution entry for the dependent module. Therefore webpack fails.