Skip to content

Latest commit

 

History

History
 
 

clean

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

rollup-plugin-clean

A Rollup plugin that clean directories before rebuilding.

Usage

Example

import {clean} from "@appnest/web-config";

export default {
  entry: "src/index.js"
  output: {
    dest: "dist/index.js"
  },
  plugins: [
    clean({
      targets: [
        "dist"
      ]
    })
  ]
};

🎉 License

Licensed under MIT.