WebOptimizer
WebOptimizer copied to clipboard
String interpolation in js with `` is not minifield
When we have `` these symbols which we use for C# like string $"user Id:{id}" and if we have new line in those statements then the JS minify is not able to minify those statements.
${config.getApi()}transaction/getdate/ ${source}/${entityId},
Is it an issue or its because of those string interpolation that it expects JS to print data with new line?