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.
- Host: GitHub
- URL: https://github.com/lamualfa/rollup-plugin-minion
- Owner: lamualfa
- License: wtfpl
- Created: 2020-12-25T15:51:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-25T23:18:13.000Z (over 5 years ago)
- Last Synced: 2025-01-01T04:52:55.629Z (over 1 year ago)
- Topics: minion, minion-writer, rollup, rollup-plugin
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://npmjs.com/package/rollup-plugin-minion)
[](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.