Skip to content

flyyang/clean-after-emit-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

clean-after-emit-webpack-plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published