This commit is contained in:
2024-01-23 11:34:12 +08:00
parent 01847e4e8f
commit d37c124c5a

View File

@@ -1,6 +1,5 @@
import { defineConfig } from "vite"
import vue from "@vitejs/plugin-vue"
import legacy from "@vitejs/plugin-legacy"
export default defineConfig({
build: {
@@ -17,5 +16,5 @@ export default defineConfig({
},
},
},
plugins: [vue(), legacy({ targets: ["chrome 66", "not IE 11"] })],
plugins: [vue()],
})