Webpack Watchman Plugin Save Abandoned

A webpack plugin that integrates watchman as its watcher.

Project README

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.

Open Source Agenda is not affiliated with "Webpack Watchman Plugin" Project. README Source: researchgate/webpack-watchman-plugin
Stars
55
Open Issues
7
Last Commit
5 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating