Revision 07a5a57336c1c3e21e9b137864d892986fc5fdf2 authored by kzc on 30 June 2017, 01:14:24 UTC, committed by Alex Lam S.L on 30 June 2017, 01:14:24 UTC
1 parent 945db92
Raw File
ISSUE_TEMPLATE.md
**Bug report or feature request?** 

<!-- Note: sub-optimal but correct code is not a bug -->

**ES5 or ES6+ input?** 

<!-- Note: for ES6 see: https://github.com/mishoo/UglifyJS2/tree/harmony#harmony -->

**Uglify version (`uglifyjs -V`)**

**JavaScript input**  <!-- ideally as small as possible -->

**The `uglifyjs` CLI command executed or `minify()` options used.**

**JavaScript output or error produced.**

<!--
    Note: `uglify-js` only supports ES5. 
    Those wishing to minify ES6 should use `uglify-es`.
-->
back to top