Hi, I'm playing with Kotlin and JS. Here is my WebPack/JS Template and this branch shows Kotlin intergration
https://github.com/MikeMitterer/template-js-web/tree/kotlin
My problem is that if I run npm run start everything compiles and console.log shows the right debug output. If I change the Kotlin source everything compiles again but the changes are not reflected in the console output.