1.1.0 • Published 7 years ago

webpack-watchman-plugin v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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.

1.1.0

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago