From e967abea7cd78764655dd5d29e63c223d14870c2 Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期三, 20 十一月 2024 15:26:00 +0800
Subject: [PATCH] 提交代码

---
 vite.config.ts |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/vite.config.ts b/vite.config.ts
index 8721d31..c8bccb9 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -5,7 +5,10 @@
 import type { ConfigEnv } from 'vite';
 import { defineConfig, loadEnv } from 'vite';
 import { CodeInspectorPlugin } from 'code-inspector-plugin';
-
+import { visualizer } from 'rollup-plugin-visualizer';
+// import { ElementPlusResolver } from 'unplugin-vue-components/resolvers';
+// import AutoImport from 'unplugin-auto-import/vite';
+// import Components from 'unplugin-vue-components/vite';
 import viteCompression from 'vite-plugin-compression';
 import vueSetupExtend from 'vite-plugin-vue-setup-extend-plus';
 const pathResolve = (dir: string) => {
@@ -30,6 +33,20 @@
 			viteCompression({
 				threshold: 1024000,
 			}),
+			// AutoImport({
+			// 	resolvers: [ElementPlusResolver()],
+			// }),
+			// Components({
+			// 	resolvers: [ElementPlusResolver()],
+			// }),
+			// rollup-plugin-visualizer 鎵撳寘鍒嗘瀽锛屽紑鍚悗锛宯pm run build 鑷姩鎵撳紑鎵撳寘鍚庣殑妯″潡鍥�
+			// visualizer({
+			// 	gzipSize: true,
+			// 	brotliSize: true,
+			// 	emitFile: false,
+			// 	filename: 'stats.html', //鍒嗘瀽鍥剧敓鎴愮殑鏂囦欢鍚�
+			// 	open: true, //濡傛灉瀛樺湪鏈湴鏈嶅姟绔彛锛屽皢鍦ㄦ墦鍖呭悗鑷姩灞曠ず
+			// }),
 		],
 		root: process.cwd(),
 		resolve: { alias },

--
Gitblit v1.9.3