From e08720a90d013cee7fdc9b96b8018f304396c144 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期二, 02 七月 2024 11:35:33 +0800
Subject: [PATCH] build:web端

---
 vite.config.js |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/vite.config.js b/vite.config.js
index 84001a6..3de0950 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -1,6 +1,5 @@
 import { defineConfig } from 'vite';
 import vue from '@vitejs/plugin-vue';
-import electron from 'vite-plugin-electron';
 import { resolve } from 'path';
 import AutoImport from 'unplugin-auto-import/vite';
 import Components from 'unplugin-vue-components/vite';
@@ -11,10 +10,6 @@
 export default defineConfig({
     plugins: [
         vue(),
-        electron({
-            // 涓昏繘绋嬪叆鍙f枃浠�
-            entry: './src/background.js'
-        }),
         AutoImport({
             resolvers: [ElementPlusResolver()],
         }),

--
Gitblit v1.8.0