webpack-clean-manifest-plugin

0.2.1 • Public • Published

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',
    })
  ]
}

Readme

Keywords

Package Sidebar

Install

npm i webpack-clean-manifest-plugin

Weekly Downloads

3

Version

0.2.1

License

MIT

Last publish

Collaborators

  • cahnory