We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c8149 commit f097111Copy full SHA for f097111
1 file changed
vite.config.ts
@@ -44,8 +44,7 @@ export default defineConfig({
44
},
45
46
sourcemap: true,
47
- // 优化构建
48
- target: 'es2015',
+
49
// 设置 chunk 大小警告限制
50
chunkSizeWarningLimit: 1000,
51
rollupOptions: {
0 commit comments