Skip to content

lamualfa/rollup-plugin-minion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM Version Github License

rollup-plugin-minion

Integrate Minion with Rollup.

Usage

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.

Options

See Minion JS Options for more informations.