Optimize initial loading performance

This commit is contained in:
2026-06-27 07:49:38 +09:00
parent 88207c3b6f
commit b74332973b
14 changed files with 552 additions and 533 deletions

View File

@@ -6,6 +6,6 @@ export default defineConfig({
port: 5173
},
build: {
sourcemap: true
sourcemap: process.env.VITE_BUILD_SOURCEMAP === 'true'
}
});