feat: remove terser

This commit is contained in:
ckt1031
2023-07-19 13:49:03 +08:00
parent 17125448cb
commit 15d9a0c177
3 changed files with 16 additions and 5 deletions

View File

@@ -6,6 +6,5 @@ export default defineConfig({
plugins: [react()],
build: {
outDir: 'build',
minify: 'terser',
},
})