plugins {
id("io.github.turansky.kfc.application") version "12.0.0"
}
- Kotlin/JS
- Target
es2015
- Granularity
per-file
- Target
We use Vite
You can add your custom vite.config.mjs
(example)
-
Add
index.html
file with module script to JS entrypoint (example) -
Specify custom config file with
root
tokotlin
(example) -
Start a dev server, run
jsViteRun
task (example)
Enable source maps generation:
kfc.source.maps=true