This package has been deprecated

Author message:

Package is no longer maintained

webpack-watchman-plugin

1.1.0 • Public • Published

WatchmanPlugin for WebPack

A webpack plugin that integrates watchman as its watcher.

Build Status codecov

This plugin was tested with webpack ^1.13.0 and watchman ^4.5.0. This plugin makes use of undocumented webpack APIs, so probably the plugin needs to be adapted for new major versions (like webpack 2).

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.

Package Sidebar

Install

npm i webpack-watchman-plugin

Weekly Downloads

0

Version

1.1.0

License

MIT

Last publish

Collaborators

  • grid_rg
  • haeusler
  • researchgate-bot
  • mdio
  • danez