fix: plugin-legacy overrode 'build.target'

This commit is contained in:
pany
2025-07-16 20:15:12 +08:00
parent de3d1d910c
commit b43d89b5c9

View File

@@ -58,8 +58,6 @@ export default defineConfig(({ mode }) => {
},
// 构建配置
build: {
// 浏览器兼容性
target: "es2015",
// 自定义底层的 Rollup 打包配置
rollupOptions: {
output: {