Integrate Minion with Rollup.
rollup.config.js
import minion from 'rollup-plugin-minion'
export default {
plugins: [
...otherPlugins,
minion(options)
]
}
Put the plugin at the last of the other plugins.
See Minion JS Options for more informations.