UNPKG

vike

Version:

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

9 lines (8 loc) • 199 B
export { pluginCommon }; import '../../assertEnvVite.js'; const pluginCommon = { applyToEnvironment(env) { return env.config.consumer === 'server'; }, sharedDuringBuild: true, };