1.1.4 • Published 3 years ago

deletedir-webpack-plugin v1.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Clean plugin for webpack

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

Installation

npm install --save-dev deletedir-webpack-plugin

Usage

const deletedirWebpackPlugin = require('deletedir-webpack-plugin')
module.exports = {
  ···
   plugins: [
     //clean out.path folder
     new deletedirWebpackPlugin()
   ]
  ···
}

module.exports = {
  ···
   plugins: [
     //exclude note.md folder
     new deletedirWebpackPlugin({exclude: 'note.md'})
   ]
  ···
}
1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago