fun HEAD.bundleInit() {
script {
src="/static/main.bundle.js"
}
}
Ask in the #javascript channel for help setting up the build if you need.
c
Cies
08/06/2024, 10:03 AM
Like @Reuben Firmin said you can use Kotlin to compile to JS (this has nothing to do with the JVM). You can also just use JS or TypeScript (or other options, we really like Elm).