Skip to content

Commit 7fa49ac

Browse files
authored
Merge pull request #2182 from oasisprotocol/lw/fix-images-2
Fix importing images in parcel@2.14
2 parents cc01656 + e26f78c commit 7fa49ac

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.changelog/2182.bugfix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix importing images in parcel@2.14

.parcelrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"{index.html,manifest.json}": [
77
"parcel-transformer-env-variables-injection",
88
"..."
9-
]
9+
],
10+
"*.svg": ["...", "@parcel/transformer-raw"],
11+
"*.png": ["...", "@parcel/transformer-raw"]
1012
}
1113
}

0 commit comments

Comments
 (0)