Hi guys, I have this very basic npm-kotlin example:
https://github.com/MikeMitterer/npm-hello-kotlin
If I run “npm run start” it compiles and shows “Servus Kotlin!!Q12" in the browser. If I change Q12 to Q13 webpack compiles but the change gets not reflected. Any ideas??? Thanks