We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f63a1 commit 14d250cCopy full SHA for 14d250c
vite.config.ts
@@ -1,11 +1,10 @@
1
import tailwindcss from '@tailwindcss/vite';
2
import viteReact from '@vitejs/plugin-react';
3
-import { defineConfig, } from 'vite';
4
-// import * as visualizer from "rollup-plugin-visualizer";
+import { defineConfig } from 'vite';
5
import { visualizer } from "rollup-plugin-visualizer";
6
7
8
-const isAnalyze = process.env.ANALYZE === 'true'
+const isAnalyze = process.env.ANALYZE === 'true';
9
10
11
export default defineConfig({
@@ -46,6 +45,6 @@ export default defineConfig({
46
45
},
47
48
49
- chunkSizeWarningLimit: 800
+ chunkSizeWarningLimit: 800,
50
51
-})
+})
0 commit comments