FInalized package updates and resolve electron store.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user