Skip to content

esbuild just broke all my builds #4436

@DaleMckeown

Description

@DaleMckeown

My builds started failing with errors like:

X [ERROR] Transforming destructuring to the configured target environment ("chrome87", "edge88", "es2019", "firefox78", "safari13.1") is not supported yet
    src-pwa/custom-service-worker.ts:33:26:

Adding this override fixes the issue:

  "overrides": {
    "esbuild": "0.27.4"
  }

Something in a recent release has broken.

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