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: ''}),
   	
   ]
}

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i cleanplugin-wy

    Weekly Downloads

    0

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    1.51 kB

    Total Files

    3

    Last publish

    Collaborators

    • dswy