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
When using plugins like uglify then this ascii transform is run too early. Specifically, uglify re-encodes strings and runs in the transformBundle phase (after transform). By using transformBundle the transformation happens right at the end.