UNPKG

esor-vite

Version:
7 lines (5 loc) 144 B
import { defineConfig } from "vite"; import esorPlugin from "./vite-plugin-esor"; export default defineConfig({ plugins: [esorPlugin()], });