webpack-watchman-plugin icon indicating copy to clipboard operation
webpack-watchman-plugin copied to clipboard

A webpack plugin that integrates watchman as its watcher.

WatchmanPlugin for WebPack

A webpack plugin that integrates watchman as its watcher.

Build Status codecov

This plugin was tested with webpack 1, 2 and 3 and watchman 4.5+.

Usage

Make sure watchman is installed and ready to use on your system.

npm install --save-dev webpack-watchman-plugin

const webpackConfig = {
  plugins: [
    new WatchmanPlugin({ projectPath: path.join(__dirname, '/../') }),
  ],
};

License

webpack-watchman-plugin is licensed under the MIT license.