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, 'unsafe': true,
'warnings': false 'warnings': false
}, },
'mangle': {
'except': ['define']
},
'output': { 'output': {
'ascii_only': true, 'ascii_only': true,
'comments': /^!|@cc_on|@license|@preserve/i, 'comments': /@license/,
'max_line_len': 500 'max_line_len': 500
} }
}; };