Socket
Socket
Sign inDemoInstall

clean-webpack-plugin

Package Overview
Dependencies
0
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "clean-webpack-plugin",
"version": "0.1.0",
"version": "0.1.1",
"author": "John Agan <johnagan@github.com>",

@@ -5,0 +5,0 @@ "description": "A webpack plugin to remove your build folder(s) before building",

@@ -1,2 +0,17 @@

# clean-webpack-plugin
A webpack plugin to remove your build folder(s) before building
# Clean for webpack
A webpack plugin to remove/clean your build folder(s) before building
## Usage
``` javascript
var Clean = require("clean-webpack-plugin");
module.exports = {
plugins: [
new Clean(['dist', 'build'])
]
}
```
## License
MIT (http://www.opensource.org/licenses/mit-license.php)
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