just try this to minify
if (item) { let copyText = "https://www.xxx.com/index.html?itemno="+item.value; navigator.clipboard.writeText(copyText); }
after // the minifier will cut all because he interpret this as comment
minify result: let copyText = "https:navigator.clipboard.writeText(copyText);}}