Skip to content

ybonnefond/file-watcher-webpack-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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']
    })
]

About

watch file no under webpack

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%