New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

webpack-watch-urls

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-watch-urls

Webpack plugin that will recompile webpack when the given urls content changes

0.0.2
latest
npm
Version published
Maintainers
1
Created
Source

A webpack plugin that will eventually watch urls and update webpack when those urls' content changes.

Adding a plugin to webpack:

const webpack = require('webpack');
const urlWatchPlugin = require('webpack-watch-urls');

module.exports = {
  plugins: [
    new urlWatchPlugin(),
  ]
};

FAQs

Package last updated on 30 Aug 2016

Did you know?

Socket

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