From 480728c3c1b96d94a2053c1e418c173006d4ff68 Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期二, 21 五月 2024 10:40:08 +0800 Subject: [PATCH] json --- vite.config.ts | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 4c0d644..2f5b6f7 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -9,10 +9,10 @@ base:"./", plugins: [ vue(), - electron({ - // 閰嶇疆 Electron 鍏ュ彛鏂囦欢 - entry: 'electron-commonJS/main.js' - }), + // electron({ + // // 閰嶇疆 Electron 鍏ュ彛鏂囦欢 + // entry: 'electron-commonJS/main.js' + // }), ], resolve: { alias: { -- Gitblit v1.9.1