diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2021-01-11 01:12:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-11 09:12:27 +0800 |
commit | 52e94a072350b9d40ff11e8799b7550ce216cd45 (patch) | |
tree | 2546756818282b00d0f4f14fef90265897c15279 /.github | |
parent | 16b97f9558e07ae95ea7c414e926d697c2521d60 (diff) | |
download | tracifyjs-52e94a072350b9d40ff11e8799b7550ce216cd45.tar.gz tracifyjs-52e94a072350b9d40ff11e8799b7550ce216cd45.zip |
update command line examples (#4536)
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 19958945..f6dd9e08 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -35,8 +35,9 @@ Command-line or API call to UglifyJS without third party tools or libraries. For users using bundlers or transpilers, you may be able to gather the required information through setting the `UGLIFY_BUG_REPORT` environment variable: - UGLIFY_BUG_REPORT=1 (Linux) - set UGLIFY_BUG_REPORT=1 (Windows) + export UGLIFY_BUG_REPORT=1 (bash) + set UGLIFY_BUG_REPORT=1 (Command Prompt) + $Env:UGLIFY_BUG_REPORT=1 (PowerShell) before running your usual build process. The resulting "minified" output should contain the necessary details for this report. |