File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 11/// <reference types="vite/client" />
2- import { sentryVitePlugin } from "@sentry/vite-plugin" ;
32import { tanstackRouter } from "@tanstack/router-vite-plugin" ;
43import react from "@vitejs/plugin-react-swc" ;
54import { defineConfig } from "vite" ;
@@ -80,19 +79,13 @@ export default defineConfig({
8079 plugins : [
8180 tanstackRouter ( {
8281 target : "react" ,
83- autoCodeSplitting : true ,
82+ autoCodeSplitting : false ,
8483 } ) ,
8584 react ( ) , // Must come *after* tanstackRouter
8685 createHtmlPlugin ( {
8786 entry : "./src/index.tsx" ,
8887 template : "index.html" ,
8988 inject : { } ,
9089 } ) ,
91- sentryVitePlugin ( {
92- telemetry : false ,
93- org : "uncletopia" ,
94- project : "frontend" ,
95- authToken : import . meta. env ?. SENTRY_AUTH_TOKEN ?? "" ,
96- } ) ,
9790 ] ,
9891} ) ;
You can’t perform that action at this time.
0 commit comments