Skip to content

v1.3.0

Compare
Choose a tag to compare
@AlemTuzlak AlemTuzlak released this 11 Jun 12:40
· 10 commits to main since this release

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