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: {