0.7.1 • Documentation fixes
- Technical fixes to the documentation website
- Improved tests for WasmJS
build/vite/dist to build/vite/js/dist.config.autoRewriteIndex option to more easily support mixed Webpack/Vite projects (#66, !124)This release updates the Vite version, and new Vite versions require a newer NodeJS version than the one shipped by default by the Kotlin Gradle Plugin.
For the build to work, you may need to upgrade the NodeJS version you're using as well.
To do so, open the root build.gradle.kts file and add:
project.plugins.withType<org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsPlugin> {
project.the<org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsEnvSpec>().version = "24.12.0"
}
This information has also been added to the Troubleshooting section of the getting started guide.
:vitePreview task to serve the production output locally (66ba462a)"es2015" (9c047b0d)config.plugin()) which were not correctly applied (#65, !139)@rollup/plugin-commonjs and vite-plugin-top-level-await, as they are not needed with Vite 8. If you want to continue using Vite 7, you may need to explicitly add them to your build (!141)In this release, we have improved our automated test suites, which should make bugs rarer.
Thanks to Robert Jaros, the author of the KotlinJS frameworks Kilua and KVision, who contributed most of the improvements in this release. Since Kilua 0.0.27, you can also find our Vite plugin in the Kilua project creation wizard in IntelliJ!
vite.config.mjs instead of vite.config.js, to allow usage of ES6 plugins (!120)viteRun and viteBuild) now inherit from the writing tasks (!119)@originjs/vite-plugin-commonjs with vite-plugin-commonjs 0.10.4 (2924ee5b, #57, !113)@rollup/plugin-commonjs 28.0.6 (!113)server.host (#59, !108)server.port (#59, !108)server.strictPort (#59, !108)server.proxy (#59, !108)publicDir (!106)