From 8dfa86e466505ee1f5e7b21329e7be9ced2fea92 Mon Sep 17 00:00:00 2001 From: Lexcubia Date: Mon, 21 Apr 2025 10:36:17 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=B3=A8=E9=87=8A=E6=8E=89=20Electro?= =?UTF-8?q?n=20=E6=8F=92=E4=BB=B6=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vite.config.js b/vite.config.js index 47317ef..584304d 100644 --- a/vite.config.js +++ b/vite.config.js @@ -2,7 +2,7 @@ import { fileURLToPath, URL } from 'node:url' import { defineConfig, loadEnv } from 'vite' import vue from '@vitejs/plugin-vue' -import electron from 'vite-plugin-electron' +// import electron from 'vite-plugin-electron' // import vueDevTools from 'vite-plugin-vue-devtools' // https://vite.dev/config/ @@ -18,9 +18,9 @@ export default defineConfig(({ command, mode }) => { return { plugins: [ vue(), - electron({ - entry: 'electron/main.js', - }), + // electron({ + // entry: 'electron/main.js', + // }), // vueDevTools(), ], resolve: {