Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@cyco130 cyco130 released this 25 Sep 15:39
· 21 commits to main since this release

BREAKING CHANGES

All Vite plugins in the repo now use named exports instead of default exports. So please update:

import vavite from "vavite";

to

import { vavite } from "vavite";