-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
- Bug report or feature request? | ||
- Bug report or feature request? <!-- Note: sub-optimal but correct code is not a bug --> | ||
- `uglify-js` version (`uglifyjs -V`) | ||
- JavaScript input - ideally as small as possible. | ||
- The `uglifyjs` CLI command executed or `minify()` options used. | ||
- An example of JavaScript output produced and/or the error or warning. | ||
|
||
Note: the release version of `uglify-js` only supports ES5. Those wishing to minify ES6 should use the experimental [`harmony`](https://github.com/mishoo/UglifyJS2#harmony) branch. | ||
<!-- | ||
Note: the release version of uglify-js only supports ES5. Those wishing | ||
to minify ES6 should use the experimental harmony branch. | ||
--> |