Skip to content

Commit

Permalink
Update issue template: change harmony to uglify-es (#1900)
Browse files Browse the repository at this point in the history
  • Loading branch information
kzc authored and alexlamsl committed May 10, 2017
1 parent 04f2344 commit 0459af2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE.md
Expand Up @@ -6,15 +6,15 @@

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

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

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

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

**JavaScript output produced and/or the error or warning.**
**JavaScript output or error produced.**

<!--
Note: the release version of uglify-js only supports ES5. Those wishing
to minify ES6 should use the experimental harmony branch.
Note: `uglify-js` only supports ES5.
Those wishing to minify ES6 should use `uglify-es`.
-->

0 comments on commit 0459af2

Please sign in to comment.