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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    1
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i esperanto-bundle-stream

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • ybybzj