Open wegylexy opened 7 years ago
Same problem here. Template literals not working on IE 11 breaking the whole bundled/minified scripts. Surprised you haven't received a single reply since March. We are probably the only ones using template literals.... How are other people dealing with this issue? Get rid of this bundler/minifier and use something like BabelJS? Have you resolved it yourself?
TypeScript compiler already bundles my scripts, just hoping they can be properly minified soon.
Installed product versions
Description
Error parsing source with template literal tags
Steps to recreate
Current behavior
It currently treats the template literal tag as one token, complaining the template that follows the tag is unexpected.
Expected behavior
Minify the template as usual, and keep the tag in front of the template; update the tag if the tag function name is also minified.