Skip to content

man27382210/watchFile-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

watchFile-webpack-plugin

  • Watch file no under webpack.
  • We use ajs and rt file to build react, but webpack dev server didn't watch .rt file, so finally we wirte for watching specify folder and extension.

useage

watchFilePlugin = require("watchfile-webpack-plugin");
...
plugins: [
        new watchFilePlugin({watchFolder: "/src/components/", watchExtension: "rt"})
    ],
...

About

watch file no under webpack

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors