How could I mangle class names like this (ES6)
export class MyClass{....}
using UglifyJS? I've already played around enough with different mangle options and combinations given in the API but still, no avail. On google search, almost all of the time, the search produces the opposite: 'How to preserve class names'.Please help. Thanks.