1.0.3 • Published 7 years ago

madewithlove-rollup-config v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

madewithlove Rollup configuration

Installation

yarn add madewithlove-rollup-config --dev

Usage

module.exports = require('madewithlove-rollup-config')('LibraryName', {
    // Merge additional options and plugins
    entry: 'other-entry.js',
    plugins: [
        somePlugin(),
    ],
});