Detalhes do pacote

@northbrook/rollup

northbrookjs7MIT1.0.1

Rollup your Northbrook packages

northbrook, plugin, rollup, bundling

readme (leia-me)

@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'
  ]
}

changelog (log de mudanças)

1.0.1 (2017-01-13)


Bug Fixes

1.0.0 (2017-01-10)


Breaking Changes

  1. initial implementation
    • feat(rollup): implement northbrook rollup plugins c3a52727