0.0.2 • Published 8 years ago

lib-bundler v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

lib-bundler

lib-bundler is a code bundler for bundling the js lib that it written by es6.

Usage

$ npm install lib-bundler --save-dev
var Bundler = require('lib-bundler');

var bundler = new Bundler({
    project: "test",
    moduleName: "test",
    author: "author",
    version: "1.0.0",
    entry: "./src/index.js",
    output: "./dist"
});

bundler.bundled()

Output

test.common.js
test.js
test.min.js
test.min.js.gz
test.min.js.map

Feedback

If you any questions, use Issues.

Sina Weibo: @miaowingz

License

MIT Licence.