Skip to content

News

0.6.3 • ES6 plugins support, stability and performance improvements

Base

  • By default, the Vite configuration file is now called vite.config.mjs instead of vite.config.js, to allow usage of ES6 plugins (!120)
  • Do not reload the app when Kotlin files change, wait until the generated JS files change (!121)

Kotlin

  • Fixed the exec tasks did not correctly inherit the configuration of the write tasks (#01d20eda)
  • Fixed the source maps were not configured correctly, they now work for the current module (!122)
  • The Vite working directory is now generated from the compiler output and resources directly, without an intermediary copy (!123)