Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Aug 15:26
· 4 commits to main since this release

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";