watch-ignore-webpack-plugin

1.0.0 • Public • Published

watch-ignore-webpack-plugin

Build Status

A plugin to ignore files in the Webpack file watcher.

Installation

npm install watch-ignore-webpack-plugin

Usage

var WatchIgnorePlugin = require('watch-ignore-webpack-plugin')
 
{
    plugins: [
        new WatchIgnorePlugin([
            path.resolve(__dirname, './node_modules/'),
        ]),
    ],
}

Tests

$ npm test

License

MIT License, see LICENSE for details.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    265
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    265

Package Sidebar

Install

npm i watch-ignore-webpack-plugin

Weekly Downloads

202

Version

1.0.0

License

MIT

Last publish

Collaborators

  • christophercliff