When attempting to minify a JavaScript file that exports When attempting to minify a JavaScript file that exports an anonymous class extending another class, the minification process fails.
Example:
export default class extends AutomationCore {
constructor() {}
}