リリース環境

This commit is contained in:
2025-02-05 09:17:27 +09:00
parent f13781ebd1
commit 0aab989b32
2 changed files with 39 additions and 13 deletions

View File

@@ -83,6 +83,6 @@ export default defineConfig({
assetFileNames: 'src/[ext]/[name].[ext]',
},
},
sourcemap: 'inline',
sourcemap: false,
}
})