feat(app): remove vite sentry sourcemap upload
This commit is contained in:
parent
680d7cb408
commit
614e29544b
@ -1,4 +1,3 @@
|
|||||||
import { sentryVitePlugin } from '@sentry/vite-plugin'
|
|
||||||
import { TanStackRouterVite } from '@tanstack/router-plugin/vite'
|
import { TanStackRouterVite } from '@tanstack/router-plugin/vite'
|
||||||
import react from '@vitejs/plugin-react'
|
import react from '@vitejs/plugin-react'
|
||||||
import { defineConfig } from 'vite'
|
import { defineConfig } from 'vite'
|
||||||
@ -10,12 +9,5 @@ export default defineConfig({
|
|||||||
emptyOutDir: true,
|
emptyOutDir: true,
|
||||||
sourcemap: true,
|
sourcemap: true,
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [TanStackRouterVite(), react()],
|
||||||
TanStackRouterVite(),
|
|
||||||
react(),
|
|
||||||
sentryVitePlugin({
|
|
||||||
org: 'boringtools',
|
|
||||||
project: 'app',
|
|
||||||
}),
|
|
||||||
],
|
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user