Skip to content

v3.1.0

Compare
Choose a tag to compare
@amrbashir amrbashir released this 15 Jan 03:08
· 29 commits to master since this release
127e440

What's Changed

  • Add a default export to the plugin which allows two styles of importing:

    • Named export (current):
      import { tauri } from "vite-plugin-tauri"
    • Default export (new):
      import tauri from "vite-plugin-tauri"
  • Detect Tauri.toml file when detecting if there is a Tauri project is initialized or not.