1.0.4 • Published 10 months ago

webpack-ipfilter-plugin v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

delete ip in source files

The currently supported webpack versions are 2.x, 3.x, 4.x, 5.x

simple example:

// Taking webpack4 as an example
const {Webpack_4_IpFilterPlugin} = require('webpack-ipfilter-plugin');
const webpack_config = {
    ...

    plugins: [
        new Webpack_4_IpFilterPlugin(),
        ...
    ]
}
1.0.4

10 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

12 months ago

1.0.0

12 months ago