You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.uglifyjsrc.json 268B

1234567891011121314151617
  1. {
  2. "warnings": false,
  3. "parse": {},
  4. "compress": {
  5. "keep_fnames": true
  6. },
  7. "mangle": false,
  8. "output": {
  9. "ascii_only": true,
  10. "beautify": false,
  11. "comments": "some"
  12. },
  13. "sourceMap": {},
  14. "nameCache": null,
  15. "toplevel": false,
  16. "ie8": true
  17. }