An open API service indexing awesome lists of open source software.

https://github.com/lamualfa/rollup-plugin-minion

Integrate Minion with Rollup.
https://github.com/lamualfa/rollup-plugin-minion

minion minion-writer rollup rollup-plugin

Last synced: 4 months ago
JSON representation

Integrate Minion with Rollup.

Awesome Lists containing this project

README

          

[![NPM Version](https://badgen.net/npm/v/rollup-plugin-minion?color=red&icon=npm&label=version)](https://npmjs.com/package/rollup-plugin-minion)
[![Github License](https://badgen.net/github/license/lamualfa/rollup-plugin-minion?color=purple&label=license)](https://github.com/lamualfa/rollup-plugin-minion/blob/master/LICENSE)

# rollup-plugin-minion

Integrate [Minion](https://github.com/lamualfa/minion) with Rollup.

# Usage

**rollup.config.js**

```js
import minion from 'rollup-plugin-minion'

export default {
plugins: [
...otherPlugins,
minion(options)
]
}
```
Put the plugin at the last of the other plugins.

# Options

See [Minion JS Options](https://github.com/lamualfa/minion#options) for more informations.