2.0.7 • Published 7 years ago

rollup-plugin-clear v2.0.7

Weekly downloads
3,442
License
ISC
Repository
github
Last release
7 years ago

rollup-plugin-clear

Rollup clear plugin

Installation

npm install --save-dev rollup-plugin-clear

Usage

// rollup.config.js
import clear from 'rollup-plugin-clear'

const config = {
    // ...
    plugins: [
        // ...
        clear({
            // required, point out which directories should be clear.
            targets: ['some directory'],
            // optional, whether clear the directores when rollup recompile on --watch mode.
            watch: true, // default: false
        })
    ]
}

export default config;

This plugin can help you to clear the specific directories when the rollup bundle your resource.

2.0.7

7 years ago

2.0.6

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago