https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 050474ab44f02dc8bb0b47f0878c3ecda3e34fa5 authored by Alex Lam S.L on 15 May 2017, 22:38:58 UTC
v3.0.6
Tip revision: 050474a
ufuzz.json
[
    {
        "compress": false,
        "mangle": false,
        "output": {
            "beautify": true,
            "bracketize": true
        }
    },
    {
        "compress": false
    },
    {
        "mangle": false
    },
    {},
    {
        "compress": {
            "toplevel": true
        },
        "mangle": {
            "toplevel": true
        }
    },
    {
        "compress": {
            "keep_fargs": false,
            "passes": 3
        }
    }
]
back to top