UNPKG

@sveltejs/vite-plugin-svelte

Version:

The official [Svelte](https://svelte.dev) plugin for [Vite](https://vitejs.dev).

13 lines (10 loc) 259 B
import { VERSION } from 'svelte/compiler'; /** * @type {boolean} */ export const isSvelte5 = VERSION.startsWith('5.'); /** * @type {boolean} */ export const isSvelte5WithHMRSupport = VERSION.startsWith('5.0.0-next.') && Number(VERSION.slice(11)) > 96;