Skip to content

Commit

Permalink
chore(deps): use Parcel 2.0.1
Browse files Browse the repository at this point in the history
Fixes #399
  • Loading branch information
thewilkybarkid committed Nov 26, 2021
1 parent a51f503 commit 6766c95
Show file tree
Hide file tree
Showing 4 changed files with 6,745 additions and 12,675 deletions.
4 changes: 1 addition & 3 deletions .parcelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "@parcel/config-default",
"transformers": {
"*.{ts,tsx}": ["@parcel/transformer-typescript-tsc"],
"*.{jpg,png}": ["@parcel/transformer-image"],
"*.svg": ["@parcel/transformer-raw"],
"*.{ts,tsx}": ["@parcel/transformer-typescript-tsc"]
}
}
Loading

0 comments on commit 6766c95

Please sign in to comment.