mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 03:17:49 +00:00
Simplify uglify options.
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user