We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
17d05d2
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";