Built motion from commit 99feb03.|0.0.140
[motion.git] / public / bower_components / lodash / lib / common / uglify.options.js
1 module.exports = {
2   'compress': {
3     'pure_getters': true,
4     'unsafe': true,
5     'unsafe_comps': true,
6     'warnings': false
7   },
8   'mangle': {
9     'except': ['define']
10   },
11   'output': {
12     'ascii_only': true,
13     'comments': /^!|@cc_on|@license|@preserve/i,
14     'max_line_len': 500
15   }
16 };