UNPKG

vike

Version:

(Replaces Next.js/Nuxt) 🔨 Composable framework to build advanced applications with flexibility and stability.

5 lines (4 loc) • 167 B
export { pluginSuppressRollupWarning }; import type { Plugin } from 'vite'; import '../../assertEnvVite.js'; declare function pluginSuppressRollupWarning(): Plugin[];