import type { Plugin } from 'vite'; import { copyFileSync, mkdirSync } from 'node:fs'; import { createRequire } from 'node:module'; import { dirname, resolve } from 'node:path'; import { fileURLToPath } from 'node:url'; import { defineConfig } from '@vben/vite-config'; /** * 启动/构建时把 lottie-web 的 light 播放器从 node_modules 拷到 public/ * 供 loading.html 以