reload-html-webpack-plugin

0.1.2 • Public • Published

Reload HTML Webpack Plugin

This is a webpack plugin that works alongside html-webpack-plugin. Its purpose is to automatically refresh your browser whenever you make changes to templates consumed by html-webpack-plugin. It should only be used in development.

Usage

// in webpack.config.js
 
var ReloadPlugin = require('reload-html-webpack-plugin');
 
//
 
plugins: [
    new ReloadPlugin()
]
 
//
 
 

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    162
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    162
  • 0.1.1
    1
  • 0.1.0
    0

Package Sidebar

Install

npm i reload-html-webpack-plugin

Weekly Downloads

124

Version

0.1.2

License

ISC

Last publish

Collaborators

  • andrewcoelho