优化打包

This commit is contained in:
chenhaodong
2026-06-23 20:08:35 +08:00
parent 4870a31b9e
commit 3116d3bf8b
10 changed files with 35 additions and 184 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export default defineConfig(({ mode }) => {
},
build: {
outDir: '../exam-api/src/main/resources/static',
emptyOutDir: false,
emptyOutDir: true,
assetsDir: 'static',
sourcemap: false,
chunkSizeWarningLimit: 1000,