esperanto-bundle-stream

1.0.2 • Public • Published

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);

Readme

Keywords

none

Package Sidebar

Install

npm i esperanto-bundle-stream

Weekly Downloads

3

Version

1.0.2

License

MIT

Last publish

Collaborators

  • ybybzj