With the Gradle front-end project, if you have a sub module that is using kotlinJs to create a module, how does webpack find this module? It is imported fine and used from the code during compilation, but the resulting
require("mylib")
in the generated JavaScript causes webpack to fail when looking for the module. Is there a way to have it included without it being an official npm-style module?