webpack-remove-ip-plugin

0.6.6 • Public • Published

webpack-remove-ip-plugin

A plugin for remove ip string value in assets. It processes assets right before emitting so you can treat this plugin as a postprocessor.

Installation

bash

npm install --save-dev webpack-remove-ip-plugin
# or
yarn add --dev webpack-remove-ip-plugin

Usage

const RemoveIpPlugin = require('webpack-remove-ip-plugin');

...

// add to webpack plugins array
plugins: [
  new RemoveIpPlugin()
]

Package Sidebar

Install

npm i webpack-remove-ip-plugin

Weekly Downloads

2

Version

0.6.6

License

MIT

Unpacked Size

2.12 kB

Total Files

3

Last publish

Collaborators

  • william-xu-web