esperanto-bundle-stream
v1.0.2
Published
tools for create a readable stream of a esperanto bundle
Downloads
1
Readme
#module for create a readable stream of a esperanto bundle ##Usage
var esperantoStream = require('esperanto-bundle-stream');
esperantoStream({
base:'src',
entry:'index.js', //required
sourceMap: true, //default false, and only support 'inline' mode
type: 'umd', //type: 'umd', 'cjs', 'amd', 'concat'(selfExecute)
.... // refer to 'esperanto' official document
}).pipe(process.stdout);