Skip to content

v0.2.0

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

Breaking: Use named export instead of default export for better esm/cjs interop. Closes #2

To migrate, replace your import by import { svgPlugin } from "vite-plugin-fast-react-svg";