0.0.3 • Published 6 years ago

clean-after-emit-webpack-plugin v0.0.3

Weekly downloads
475
License
MIT
Repository
github
Last release
6 years ago

Clean After Emit Webpack Plugin

A webpack plugin used for cleaning after building.

This can be used with johnagan's clean-webpack-plugin which clean files before building.

Only works webpack 4.x+.

Installation

npm i -D clean-after-emit-webpack-plugin

Usage

For now, only support one params. The paths absolute path array.

new CleanAfterEmitWebpackPlugin({
  paths: [absPath, absPath],
})

New Features and Pr are welcomed.