systemjs / builder

SystemJS build tool
MIT License
465 stars 122 forks source link

Add uglify.output Option in Build #821

Closed CxRes closed 7 years ago

CxRes commented 7 years ago

uglify option in build now accepts uglify.output consistent with the Uglify2 API.

This change does NOT change existing behaviour as the inconsistent uglify.beautify is still valid. Internally uglify.output is copied into uglify.beautify, when the latter is not specified. If uglify.beautify is specified, then uglify.output is ignored.