UNPKG

cossette-svelte-algolia-instantsearch

Version:
15 lines (13 loc) 294 B
import { sveltekit } from "@sveltejs/kit/vite"; import { defineConfig } from "vite"; export default defineConfig({ plugins: [sveltekit()], ssr: { noExternal: ["instantsearch.js"], }, resolve: process.env.VITEST ? { conditions: ["browser"], } : undefined, });