2.0.0 • Published 6 years ago

bundl-minify v2.0.0

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

bundl-minify

Minify your bundles for smaller, production-ready code

Runs with the amazing Bundl build tool

Install

$ npm install --save-dev bundl-minify

Use

var Bundl = require('bundl');
var minify = require('bundl-minify');

new Bundl(targets)
    .then(minify())
    .then(write())
    .go();

Options

charset

Defaults to utf8

sourcemap

Experimental

  • true = export with same name as bundle.js.map
  • { inline: true } = put map inline at bottom of bundle
2.0.0

6 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

8 years ago