Open gfbahadir opened 4 years ago
i used ` character for some multiline strings in my js file and it seems minifier does not understand this character and returns whole bunch of errors. for example:
var jqueryDiv = ` <div data-some-var="test"> </div> `;
returns illegal assignment: = errors
illegal assignment: =
Installed product versions
Description
i used ` character for some multiline strings in my js file and it seems minifier does not understand this character and returns whole bunch of errors. for example:
returns
illegal assignment: =
errorsSteps to recreate