Releases: amrbashir/vite-plugin-tauri
Releases · amrbashir/vite-plugin-tauri
v3.3.0
v3.2.0
v3.1.0
v3.1.0
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"
- Named export (current):
-
Detect
Tauri.toml
file when detecting if there is a Tauri project is initialized or not.