Open L-x-C opened 3 days ago
I checked to see if the api is compatible. Electron farm has its own plugin you can try example
I checked to see if the api is compatible. Electron farm has its own plugin you can try example
you mean @farmfe/js-plugin-electron? it's not suitable for this situation, this is a online web project that opened in electron's BrowserWindow In webpack, i will use
target: 'electron-render'
In vite, i will use
'vite-plugin-electron-renderer'
@L-x-C Okay, forgive me if I don't know enough about electron, and we'll try solve this problem.
Steps to reproduce
in farm.config.js
shows
i have a web project used in electron's browserWindow, in vite, i use vite-plugin-electron-renderer. is there a way to use in farm? In my web project
or is there a way to make this work?
System Info