UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

8 lines (5 loc) 159 B
import { version } from 'vite' const majorVersion = parseInt(version.split('.')[0], 10) export function isRolldown(): boolean { return majorVersion >= 8 }