Got an error “Rollup failed to resolve import ” with vite-plugin-electron
When I run bun run build
I encountered this error:
Got an error “Rollup failed to resolve import ” with vite-plugin-electron
When I run bun run build
I encountered this error:
electron-vite-react : open multiple BrowserWindow for electron in dev mode AND production
Im not new to Electron and i have a good main.js available. But now i want to try dev with electron-vite-react + Typescript. So good so far i dont have any issue with vite for my react frontend.