webgpu-clip/vite.config.js (
6
lines of code) (
raw
):
import { defineConfig } from "vite"; export default defineConfig({ build: { target: "esnext", }, });