Releases: ArnaudBarre/vite-plugin-tsc-watch
Releases · ArnaudBarre/vite-plugin-tsc-watch
v3.0.2
v3.0.1
- Rename named export from
tscPlugin
totscWatch
- Add vite@5 and typescript@5 to peer dependency ranges
- Switch plugin to ESM. This removes the CJS warning when using the plugin with Vite 5. A CJS wrapper is still provided but migrating to running Vite in ESM is encouraged
- Drop support for Vite 2 & 3 & node<18 (aligns with Vite 5)
v2.0.1
Add vite@4 to peer dependency range
v2.0.0
Breaking: Use named export instead of default export for better esm/cjs interop.
To migrate, replace your import by import { tscPlugin } from "vite-plugin-tsc-watch";
v1.0.2
Add vite@3 to peer dependency range
v1.0.1
Fix: Only start worker once
v1.0.0
Initial release