https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 33ad0d258c8a78c477f0ec995a10b51a2a1ee95a authored by Alex Lam S.L on 02 July 2017, 11:04:15 UTC
harmony-v3.0.23
Tip revision: 33ad0d2
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