1.3.0 • Published 2 months ago

@rbbn/distant-electron-launcher v1.3.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
2 months ago

Distant Electron Launcher

Provides a custom Electron launcher to be used under the customLaunchers property in a karma.conf.js Karma configuration file.

Usage

const createDistantLauncher = require('distant-electron-launcher')
const useContextIsolation = true // Otherwise defaults to false

module.exports = config => {
  config.set({
    ...
    customLaunchers: {
      distantElectron: createDistantLauncher('./electronMainEntry.js', useContextIsolation)
    }
    ...
  })
}
1.3.0

2 months ago

1.2.0

3 months ago

1.1.0

4 months ago

1.0.0

4 months ago