rollup-plugin-browserify-transform
Use any Browserify transform with Rollup.
Why?
There isn't an equivalent for every Browserify transform as Rollup plugin.
Installation
npm install --save-dev rollup-plugin-browserify-transform
Usage
// rollup.config.js entry: 'main.coffee' plugins:
Browserify transform plugin accepts options.include
and options.exclude
(each a minimatch pattern, or an array of minimatch patterns) to determine which
files are handled by the Browserify transform. By default, all files are
transpiled.
You can give Browserify transform options through a second argument.
// rollup.config.js entry: 'main.coffee' plugins: