cleanplugin-wy

1.0.0 • Public • Published

Clean plugin for webpack

A webpack plugin to clean output.path folder for webpack project.

Installation

npm install --save-dev empty-webpack-plugin

Usage

const EmptyWebpackPlugin = require('empty-webpack-plugin')

module.exports = {
  
   plugins: [
       
       new EmptyWebpackPlugin({exclude: ''}),
   	
   ]
}

Package Sidebar

Install

npm i cleanplugin-wy

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

1.51 kB

Total Files

3

Last publish

Collaborators

  • dswy