1.0.0 • Published 4 years ago

@zouzhiqiang/html-reload-webpack-plugin v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

@zouzhiqiang/html-reload-webpack-plugin

npm (scoped) Downloads

配合html-webpack-plugin实现修改自动刷新页面

Install

$ npm install --save-dev @zouzhiqiang/html-reload-webpack-plugin

Usage

// 引入
const ReloadWebpackPlugin = require('@zouzhiqiang/html-reload-webpack-plugin');
{
    // ...webpack配置
    plugins: [
        // 添加插件
        new ReloadWebpackPlugin()
    ]
}