Local Electron Plugin
Integrate a local build of Electron into your Forge app.
Last updated
Was this helpful?
Integrate a local build of Electron into your Forge app.
Last updated
Was this helpful?
This plugin allows you to both run and build your app using a local build of Electron. This can be incredibly useful if you want to test a feature or a bug fix in your app before making a PR up to the Electron repository.
If you want to set up a local build of Electron, you should check out .
Once you have a working build of Electron, point the plugin's electronPath
config option to the folder containing the built Electron binary.
All possible configuration options are documented in .
Please note that the plugin only accepts absolute paths. You should use Node's to make things deterministic.