v1.3.0
Better Vite versioning support
The plugin uses Vite internal helpers to resolve the path but this was causing issues in vite.config.ts
where the types were locked to a specific Vite version. The typesafety has been moved inside of the plugin now and the return type ahs been loosened.
Also, Vite is now a peerDependendency instead of a dependency so it can work with a bigger range of Vite versions.
Full Changelog: v1.2.1...v1.3.0