@northbrook/rollup

1.0.1 • Public • Published

@northbrook/rollup

Rollup your Northbrook packages

A simple Northbrook plugin for running rollup in your packages. It works by looking for a rollup.config.js in each package directory, and calls rollup -c for you.

If a package does not have a rollup.config.js it will simply be skipped over assuming that it does not need a build system.

Let me have it

npm install --save-dev @northbrook/rollup
# or 
yarn add --dev @northbrook/rollup 

Cofiguration

//northbrook.js 

module.exports = {
  plugins: [
    'rollup'
  ]
}

Package Sidebar

Install

npm i @northbrook/rollup

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • northbrook