You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like you're attempting to use a version of uglifier that doesn't support ES6 syntax; string interpolation isn't ES5 compatible. Did you try updating uglifier to a newer version, 3.2.0+ perhaps? You'll also need the harmony: true option.
Hi,
When there is a javascript code that contains String interpolation an error is raised.
Given a piece of code such as this:
An error like this is raised:
The text was updated successfully, but these errors were encountered: