UNPKG

polen

Version:

A framework for delightful GraphQL developer portals

12 lines (10 loc) 214 B
import type { Vite } from '#dep/vite/index' export const ViteConfig = (config: Vite.UserConfig): Vite.Plugin => { return { name: `config`, enforce: `pre`, config() { return config }, } }