adding sourcemap to vite config

This commit is contained in:
Carter 2025-01-30 12:35:19 -06:00
parent bcef5ecd85
commit a64f091aed
3 changed files with 2 additions and 7 deletions

View file

@ -7,5 +7,6 @@ export default defineConfig({
plugins: [react(), tsconfigPaths()],
build: {
outDir: './build',
sourcemap: true,
},
})