Skip to content

Commit

Permalink
[Bug #23] webpack4 compatibility (#24)
Browse files Browse the repository at this point in the history
* Update parcel pacakges

* Make tsc the transform to target es2015

* Bump version number
  • Loading branch information
seancrowe committed Nov 5, 2022
1 parent 30b7c04 commit f353c6e
Show file tree
Hide file tree
Showing 3 changed files with 2,137 additions and 1,774 deletions.
6 changes: 6 additions & 0 deletions .parcelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "@parcel/config-default",
"transformers": {
"*.{ts,tsx}": ["@parcel/transformer-typescript-tsc"]
}
}
Loading

0 comments on commit f353c6e

Please sign in to comment.