diff options
author | alexlamsl <alexlamsl@gmail.com> | 2018-04-24 13:32:54 +0800 |
---|---|---|
committer | alexlamsl <alexlamsl@gmail.com> | 2018-04-24 13:32:54 +0800 |
commit | f7545d0f1c6cc8c8450c93bb62b78a4ce1ba5dc5 (patch) | |
tree | 2d616755f8b3e0a23330a264a1e3aefe4937533c /.github/ISSUE_TEMPLATE.md | |
parent | 59eecb6bf57bc4bb40970294411b0c4d1e5d9d3e (diff) | |
download | tracifyjs-f7545d0f1c6cc8c8450c93bb62b78a4ce1ba5dc5.tar.gz tracifyjs-f7545d0f1c6cc8c8450c93bb62b78a4ce1ba5dc5.zip |
remove unsupported platform
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 60b77c7c..e6966c3d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,11 +1,7 @@ -**Bug report or feature request?** +**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** @@ -24,6 +20,6 @@ **JavaScript output or error produced.** <!-- - Note: `uglify-js` only supports ES5. - Those wishing to minify ES6 should use `uglify-es`. + Note: `uglify-js` only supports JavaScript. + Those wishing to minify ES6+ should transpile first. --> |