Skip to content

Commit

Permalink
qual: work around broken @swc/core 1.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lourot committed May 28, 2024
1 parent 2da1852 commit 36fd2c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,11 @@
"parcel": "^2.9.1",
"process": "^0.11.10",
"typescript": "^5.0.4"
},
"_comment": "Workaround for https://github.com/swc-project/swc/issues/8988 - @swc/core 1.5.11 is broken",
"overrides": {
"parcel": {
"@swc/core": "1.5.7"
}
}
}

0 comments on commit 36fd2c3

Please sign in to comment.