0.1.0 • Published 7 years ago

run-electron-webpack-plugin v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

run-electron-webpack-plugin

NPM version NPM downloads CircleCI donate chat

Install

yarn add run-electron-webpack-plugin --dev

Usage

Your webpack.config.js:

const RunElectronPlugin = require('run-electron-webpack-plugin')

module.exports = {
  plugins: [
    new RunElectronPlugin('./path/to/electron/entry/file.js')
  ]
}

Then it will automatically start Electron app once webpack finishes bundling.

Note: Make sure you only add this plugin when you run webpack through a server or using webpack-dev-server.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

run-electron-webpack-plugin © EGOIST, Released under the MIT License. Authored and maintained by EGOIST with help from contributors (list).

github.com/egoist · GitHub @EGOIST · Twitter @_egoistlily