file-watcher-webpack-plugin

1.1.0 • Public • Published

Build Status

file-watcher-webpack-plugin

Attach extra watcher on files that are not already monitored by webpack

Usage

// webpack.config.js
const FileWatcherPlugin = require("file-watcher-webpack-plugin");
// ...
plugins: [
    new FileWatcherPlugin({
        root: __dirname,
        files: ['*.php', '*.twig']
    })
]

Readme

Keywords

Package Sidebar

Install

npm i file-watcher-webpack-plugin

Weekly Downloads

12

Version

1.1.0

License

MIT

Last publish

Collaborators

  • bambou713705