Built motion from commit 99feb03.|0.0.140
[motion.git] / public / bower_components / lodash / lib / common / uglify.options.js
index af0ff43..d79d475 100644 (file)
@@ -1,15 +1,8 @@
-'use strict';
-
-/**
- * The UglifyJS options object for
- * [compress](https://github.com/mishoo/UglifyJS2#compressor-options),
- * [mangle](https://github.com/mishoo/UglifyJS2#mangler-options), and
- * [output](https://github.com/mishoo/UglifyJS2#beautifier-options) options.
- */
 module.exports = {
   'compress': {
     'pure_getters': true,
     'unsafe': true,
+    'unsafe_comps': true,
     'warnings': false
   },
   'mangle': {