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

7.4.0 • 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'
      }
    }
  ]
};

/@electron-forge/plugin-local-electron/

    Package Sidebar

    Install

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

    Weekly Downloads

    104

    Version

    7.4.0

    License

    MIT

    Unpacked Size

    12.7 kB

    Total Files

    11

    Last publish

    Collaborators

    • vertedinde
    • georgexu99
    • erickzhao
    • malept
    • marshallofsound