Socket
Socket
Sign inDemoInstall

webpack-watch-changed

Package Overview
Dependencies
7
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    webpack-watch-changed

Webpack plugin to display what file changes triggered a rebuild


Version published
Maintainers
1
Install size
94.3 kB
Created

Readme

Source

Webpack changed files plugin

Simple webpack plugin to display what file changes triggered a rebuild

Useful to troubleshoot rebuild loops which can occur when your webpack script changes watched files

Based on this article by David Gnanasekaran

Usage

install with npm or yarn, i.e.

npm i --save-dev webpack-watch-changed

in your webpack.config.js add the following:

const WatchRunPlugin = require("webpack-watch-changed")

module.exports = {
  // ...
  plugins: [new WatchRunPlugin()]
}

License

MIT Standard disclaimer applies: no warranty,...

Keywords

FAQs

Last updated on 17 May 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc