Optimize production build

Change Vite cache dir

Change Vite cache dir

Optimize bundle size

Fix Babel large file warning
This commit is contained in:
2025-11-02 16:52:29 +03:00
Unverified
parent 0921ec875c
commit 2b316de17e
4 changed files with 92 additions and 10 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { app, BrowserWindow, Notification, ipcMain } from 'electron';
import path from "node:path";
import path from "path";
import type { NotificationShowOptions } from '../electron.d.ts';
let mainWindow: BrowserWindow | null = null;