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()
]
 
//
 
 

/reload-html-webpack-plugin/

    Package Sidebar

    Install

    npm i reload-html-webpack-plugin

    Weekly Downloads

    98

    Version

    0.1.2

    License

    ISC

    Last publish

    Collaborators

    • andrewcoelho