Skip to content
This repository has been archived by the owner on Aug 27, 2018. It is now read-only.

researchgate/webpack-watchman-plugin

Repository files navigation

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.