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.
My builds started failing with errors like:
Adding this override fixes the issue:
Something in a recent release has broken.