Skip to content

Commit e59e90e

Browse files
authored
Merge pull request #2184 from oasisprotocol/lw/err-overlay-parcel-14
Fork @parcel/error-overlay to ignore console.error (for parcel@2.14)
2 parents 97a5ec3 + d80aa7e commit e59e90e

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.changelog/2184.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fork @parcel/error-overlay to ignore console.error (for parcel@2.14)

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
},
145145
"resolutions": {
146146
"@ledgerhq/hw-transport": "^6.31.4",
147+
"@parcel/error-overlay": "https://github.com/lukaw3d/parcel-error-overlay-ignore-console#2.14.4",
147148
"@testing-library/dom": "9.3.3",
148149
"@typescript-eslint/eslint-plugin": "6.9.1",
149150
"bip39": "3.1.0",

yarn.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2061,10 +2061,9 @@
20612061
"@mischnic/json-sourcemap" "^0.1.0"
20622062
nullthrows "^1.1.1"
20632063

2064-
"@parcel/error-overlay@2.14.4":
2064+
"@parcel/error-overlay@2.14.4", "@parcel/error-overlay@https://github.com/lukaw3d/parcel-error-overlay-ignore-console#2.14.4":
20652065
version "2.14.4"
2066-
resolved "https://registry.yarnpkg.com/@parcel/error-overlay/-/error-overlay-2.14.4.tgz#6256dbf5b09eb11268e1e45ac6f18ce6a76ec319"
2067-
integrity sha512-GZ6Z1XO/VYqIFNwa3iAYWX7Pskwd+xw9tPw9kjF7tG8wdL9VipkcILJ4APj/G5CKw8XrXH/6NsC7HndNbR7EqA==
2066+
resolved "https://github.com/lukaw3d/parcel-error-overlay-ignore-console#b13a1e1a25a1b359c1e5bac7c9a0b85b45b0d2f8"
20682067

20692068
"@parcel/events@2.14.4":
20702069
version "2.14.4"

0 commit comments

Comments
 (0)