@electron-forge/plugin-local-electron
TypeScript icon, indicating that this package has built-in type declarations

7.3.1 • Public • Published

plugin-local-electron

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.

Note: This plugin should only be used by people who are building Electron locally themselves. If you want to set up a local build of Electron, you should check out Electron Build Tools.

// forge.config.js

module.exports = {
  plugins: [
    {
      name: '@electron-forge/plugin-local-electron',
      config: {
        electronPath: '/Users/me/projects/electron/out/Testing'
      }
    }
  ]
};

Readme

Keywords

none

Package Sidebar

Install

npm i @electron-forge/plugin-local-electron

Weekly Downloads

88

Version

7.3.1

License

MIT

Unpacked Size

12.7 kB

Total Files

11

Last publish

Collaborators

  • vertedinde
  • georgexu99
  • erickzhao
  • malept
  • marshallofsound