From 9bab724711bedc6ba7600a8faab8b85b08326bd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=89=E9=9E=8B=E6=B2=A1=E5=8F=B7?= <308487730@qq.com> Date: Mon, 6 Jun 2022 20:21:21 +0800 Subject: [PATCH] bump vite-plugin-electron from 0.4.6 to 0.4.7 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8675cff..73e2a53 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "description": "Vite React Electron boilerplate.", "author": "草鞋没号 <308487730@qq.com>", "license": "MIT", - "main": "dist/electron-main/index.js", + "main": "dist/electron/main/index.js", "scripts": { "dev": "vite", "build": "tsc && vite build && electron-builder" @@ -28,7 +28,7 @@ "sass": "^1.52.2", "typescript": "^4.7.3", "vite": "^2.9.9", - "vite-plugin-electron": "^0.4.6" + "vite-plugin-electron": "^0.4.7" }, "env": { "VITE_DEV_SERVER_HOST": "127.0.0.1",