This commit is contained in:
2022-11-09 17:53:01 +08:00
parent dacabddea0
commit cfba3dcb36
4 changed files with 58 additions and 141 deletions

View File

@@ -1,11 +1,6 @@
import { defineConfig } from "vite"
import legacy from "@vitejs/plugin-legacy"
// https://vitejs.dev/config/
export default defineConfig({
plugins: [
legacy({
targets: ["defaults", "not IE 11"],
}),
],
})