I want to minify my javascript but I have this error due to chars used in multi line strings:
var string = `hello`;
Result:
I