0.2.1 • Published 7 years ago

webpack-clean-manifest-plugin v0.2.1

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

Webpack Clean Manifest

Webpack plugin for clearing a destination folder keeping files listed in a manifest.

Install

npm install --save-dev webpack-clean-manifest-plugin

Usage

import CleanManifestPlugin from 'webpack-clean-manifest-plugin'

export default {
  // ...
  plugins: [
    CleanManifestPlugin('./path/to/clean', {
      manifest  : './path/to/manifest.json',
    })
  ]
}
0.2.1

7 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago