This package has been deprecated

Author message:

Use bundle-js instead

browser-bundle

0.1.0 • Public • Published

browser-bundle

Bundles CommonJS code into one file for the browser.

Install with:

npm install -g browser-bundle

Usage

Command line:

browser-bundle ./file.js

Programmatically:

const bb = require('browser-bundle')    
bb.bundle('./file.js', { dest: './out/one_file.js' })

/browser-bundle/

    Package Sidebar

    Install

    npm i browser-bundle

    Weekly Downloads

    3

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • hugabor