gobble-rollup
0.40.0 • Public • Published gobble-rollup
Bundle ES6 modules with gobble and rollup.
Installation
First, you need to have gobble installed - see the gobble readme for details. Then,
Usage
gobblefile.js
var gobble = require( 'gobble' );
module.exports = gobble( 'src' ).transform( 'rollup', {
entry: 'app.js',
dest: 'bundle.js',
format: 'umd',
moduleName: 'myApp',
moduleId: 'my-app',
exports: 'default',
cache: false
});
License
MIT. Copyright 2015 Rich Harris
/gobble-rollup/
//
Package Sidebar
Install
Weekly Downloads