Enable mangling in uglify

This commit is contained in:
Roman Hotsiy 2016-04-30 23:42:25 +03:00
parent 3405e07d31
commit da2ef67a66

View File

@ -90,7 +90,7 @@ function bundle(outputFile, minify, cb) {
builder
.buildStatic(path.join(paths.tmp, paths.sourceEntryPoint),
outputFile,
{ format:'umd', sourceMaps: true, mangle: false, lowResSourceMaps: true, minify: minify }
{ format:'umd', sourceMaps: true, lowResSourceMaps: true, minify: minify }
)
.then(function() {
// wait some time to allow flush