Enable source;ap

This commit is contained in:
Arnaud 2024-08-30 20:17:57 +02:00
parent 7911930052
commit 1c2dc2c2f3
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -5,4 +5,7 @@ import { defineConfig } from "vite";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [TanStackRouterVite(), react()],
build: {
sourcemap: true,
},
});