delete-dir

1.0.0 • Public • Published

delete-dir

A plugin to delete the file you choose in output directory

Installation

npm install --save-dev delete-dir

Usage

const path = require('path')
const HtmlWebpackPlugin = require('html-webpack-plugin')
const CleanPlugin = require('delete-dir')


module.exports = {

	plugins: [
		new CleanPlugin({include: 'a'}),
	]
}

/delete-dir/

    Package Sidebar

    Install

    npm i delete-dir

    Weekly Downloads

    1

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    1.56 kB

    Total Files

    3

    Last publish

    Collaborators

    • zaragoto