0.1.0 • Published 1 year ago

rollup-brunch v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
1 year ago

rollup-brunch Build Status

Adds Rollup support to brunch.

Usage

Install the plugin via npm with npm install --save rollup-brunch.

Or, do manual install:

  • Add "rollup-brunch": "x.y.z" to package.json of your brunch app. Pick a plugin version that corresponds to your minor (y) brunch version.
  • If you want to use the git version of the plugin, add "rollup-brunch": "brunch/rollup-brunch".

Configuration

Accepts the same options as rollup.

Example: Babel

To use with Babel, install @rollup/plugin-babel and configure brunch like this:

plugins: {
  rollup: {
    plugins: [require('@rollup/plugin-babel')({
      babelHelpers: 'bundled'
    })]
  }
}
0.1.0

1 year ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago