1.1.4 • Published 5 years ago

deletedir-webpack-plugin v1.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
5 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

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago