Skip to content

Releases: cyco130/vavite

3.0.0

25 Sep 15:39
Compare
Choose a tag to compare

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

Sourcemaps and breakpoints, yay!

27 Feb 11:15
7187a45
Compare
Choose a tag to compare