plugins {
id("io.github.turansky.kfc.application") version "11.8.0"
}
- Kotlin/JS
- Target
es2015
- Granularity
per-file
- Target
We use Vite
You can add your custom vite.config.js
(example)
Opt-out to a Webpack build:
kfc.bundler=webpack
Enable source maps generation:
kfc.source.maps=true