Releases: amrbashir/vite-plugin-tauri
Releases · amrbashir/vite-plugin-tauri
v2.0.0
Breaking Changes
- Bump minimum supported Node.js version to
14.6.0
v1.1.2
Bug Fixes
- fix running subcommands other than
init, dev, build
(0094010)
- prevent
init
subcommand also running dev
(c31e1a5)
- resolve vite outDir before passing to tauri cli (99f648d)
v1.1.1
Bug Fixes
- fix
ERROR_MODULE_NOT_FOUND
due to wrong import, fix #2 (a0efed5)
v1.1.0
Features
- use
TAURI_PATH_DEPTH
env if it exists (b5224fb)
v1.0.0
Features
- use
@tauri-apps/cli
as a peerDeppendency (ad1bbf4)
v0.1.12
Bug Fixes
- use a relative path when building, fixes #1 (63a2f88)
v0.1.11
Bug Fixes
- pass vite
outDir
directly to tauri-cli, fixes #1 (7d0fe4c)