Skip to content

Commit

Permalink
Merge branch 'main' into package-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour authored Jun 9, 2022
2 parents 521df34 + fbcba5c commit 42ac219
Show file tree
Hide file tree
Showing 5 changed files with 1,611 additions and 1,193 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,4 @@ build/

# lock files
pnpm-lock.yaml
.pnpm-store/
11 changes: 11 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "usage",
"corejs": "3"
}
]
]
}
Loading

0 comments on commit 42ac219

Please sign in to comment.