FInalized package updates and resolve electron store.

This commit is contained in:
Patrick FIc
2025-10-21 11:30:56 -07:00
parent e6e1785413
commit 680ae4ca08
5 changed files with 123 additions and 175 deletions

View File

@@ -6,7 +6,9 @@ import react from "@vitejs/plugin-react";
export default defineConfig({
main: {
plugins: [
externalizeDepsPlugin(),
externalizeDepsPlugin({
exclude: ["electron-store"],
}),
sentryVitePlugin({
org: "imex",
project: "imex-partner",