linux_china
08/23/2019, 4:20 AMsnrostov
08/23/2019, 9:06 AMkotlin-test-nodejs-runner
is not published to NPM. It can be download using Kotlin Gradle JS plugin only. Plugin will download it into build/js/packages_imported/kotlin/1.3.50
, and yarn
will create symlink inside build/js/node_modules
, so all packages under the build/js/packages
should be able to find it.xlj44400
08/23/2019, 9:15 AMsnrostov
08/23/2019, 9:21 AMsrc/main/resources/index.html
will be used by default (everything from src/main/resources
will be used as webpack contentBase). So, you can put your files here. Also you can configure webpack devserver, but DSL is a bit ugly at the moment, here is more details: https://youtrack.jetbrains.com/issue/KT-32016xlj44400
08/23/2019, 9:23 AMlinux_china
08/23/2019, 5:47 PMsnrostov
08/27/2019, 9:29 AM