Simplify uglify options.

This commit is contained in:
John-David Dalton
2016-06-28 13:12:29 -07:00
parent 1163bfac5c
commit 5d18fb8c70

View File

@@ -12,12 +12,9 @@ module.exports = {
'unsafe': true,
'warnings': false
},
'mangle': {
'except': ['define']
},
'output': {
'ascii_only': true,
'comments': /^!|@cc_on|@license|@preserve/i,
'comments': /@license/,
'max_line_len': 500
}
};