Skip to content

serge-bohorad/electron-auto-reload-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

npm i electron-auto-reload-webpack-plugin --save-dev

Usage:

Set the following field in the package.json

"main": "path/to/main.js"

Define the plugin in your webpack configuration

const { ElectronAutoReloadPlugin } = require('electron-auto-reload-webpack-plugin')

module.exports = {
  target: 'electron-main',
  // ...
  plugins: [new ElectronAutoReloadPlugin()]
  // ...
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published