Skip to content

JS Minification Fails for Anonymous Class in File #74

@annjudev

Description

@annjudev

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() {}
 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions