import { defineConfig } from 'vite'; export default defineConfig({ build: { target: 'esnext' }, // modern output target });