Skip to content

Commit 14d250c

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent f1f63a1 commit 14d250c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

vite.config.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import tailwindcss from '@tailwindcss/vite';
22
import viteReact from '@vitejs/plugin-react';
3-
import { defineConfig, } from 'vite';
4-
// import * as visualizer from "rollup-plugin-visualizer";
3+
import { defineConfig } from 'vite';
54
import { visualizer } from "rollup-plugin-visualizer";
65

76

8-
const isAnalyze = process.env.ANALYZE === 'true'
7+
const isAnalyze = process.env.ANALYZE === 'true';
98

109

1110
export default defineConfig({
@@ -46,6 +45,6 @@ export default defineConfig({
4645
},
4746
},
4847
},
49-
chunkSizeWarningLimit: 800
48+
chunkSizeWarningLimit: 800,
5049
},
51-
})
50+
})

0 commit comments

Comments
 (0)