broccoli-uglify-js

0.2.0 • Public • Published

broccoli-uglify-js

UglifyJS2 filter for Broccoli.

Installation

npm install --save-dev broccoli-uglify-js

Usage

var uglifyJavaScript = require('broccoli-uglify-js');
tree = uglifyJavaScript(tree, options);

Options

The following options are supported:

  • mangle (passed through to UglifyJS): pass false to skip mangling names

  • compress (passed through to UglifyJS): pass false to skip compressing; pass an object to specify compressor options

  • output (passed through to UglifyJS): pass an object to specify additional output options

To Do

  • Enable ascii_only by default

Source Maps

Source maps are not yet supported.

Package Sidebar

Install

npm i broccoli-uglify-js

Weekly Downloads

372

Version

0.2.0

License

MIT

Last publish

Collaborators

  • stefanpenner
  • ef4
  • joliss