madewithlove-rollup-config
v1.0.3
Published
## Installation
Readme
madewithlove Rollup configuration
Installation
yarn add madewithlove-rollup-config --devUsage
module.exports = require('madewithlove-rollup-config')('LibraryName', {
// Merge additional options and plugins
entry: 'other-entry.js',
plugins: [
somePlugin(),
],
});