diff options
Diffstat (limited to 'node_modules/has-symbol-support-x/.uglifyjsrc.json')
-rw-r--r-- | node_modules/has-symbol-support-x/.uglifyjsrc.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/node_modules/has-symbol-support-x/.uglifyjsrc.json b/node_modules/has-symbol-support-x/.uglifyjsrc.json new file mode 100644 index 0000000..2d26277 --- /dev/null +++ b/node_modules/has-symbol-support-x/.uglifyjsrc.json @@ -0,0 +1,17 @@ +{ + "warnings": false, + "parse": {}, + "compress": { + "keep_fnames": true + }, + "mangle": false, + "output": { + "ascii_only": true, + "beautify": false, + "comments": "some" + }, + "sourceMap": {}, + "nameCache": null, + "toplevel": false, + "ie8": true +} |