0.1.0 • Published 9 years ago
browser-bundle v0.1.0
browser-bundle
Bundles CommonJS code into one file for the browser.
Install with:
npm install -g browser-bundleUsage
Command line:
browser-bundle ./file.jsProgrammatically:
const bb = require('browser-bundle')
bb.bundle('./file.js', { dest: './out/one_file.js' })0.1.0
9 years ago