Skip to content

Plugin to reload your browser when your html changes

Notifications You must be signed in to change notification settings

andrewcoelho/reload-html-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

//

About

Plugin to reload your browser when your html changes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published