broccoli-uglify-es-sourcemap

1.0.3 • Public • Published

Build Status

A broccoli filter that applies uglify-js while properly generating or maintaining sourcemaps.

installation

npm install --save broccoli-uglify-sourcemap

usage

var uglify = require('broccoli-uglify-sourcemap');

// basic usage
var uglified = uglify(input);

// advanced usage
var uglified = uglify(input, {
  mangle: true,   // defaults to true
  compress: true, // defaults to true
  sourceMapIncludeSources: true // defaults to true
  exclude: [..] // array of globs, to not minify
  //...
  sourceMapConfig: {
    enabled: true, // defaults to true
    extensions: [ 'js' ] // defaults to [ 'js' ]
  }
});

Readme

Keywords

none

Package Sidebar

Install

npm i broccoli-uglify-es-sourcemap

Weekly Downloads

2

Version

1.0.3

License

MIT

Last publish

Collaborators

  • fusion2004