Built motion from commit 503e72f.|0.0.143
[motion.git] / public / bower_components / lodash / lib / common / uglify.options.js
index d79d475..af0ff43 100644 (file)
@@ -1,8 +1,15 @@
+'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': {