i have a kotlin-js project as part of a multiproject build, and webpack does not seem to generate an output file. also some build files seem to be in <root>/build and others in <root>/js/build (js is the kotlin-js project
christophsturm
11/06/2020, 1:25 PM
ok i found the output file. its a bit confusing that both webpackTask and runTask have an outputFileName, and you have to set it on runTask.