Skip to content

Commit

Permalink
Switch to swc from babel (#5593)
Browse files Browse the repository at this point in the history
* refactor: switch to swc from babel

* bump to latest versions of swc

Co-authored-by: Sachin Raja <sachinraja2349@gmail.com>
  • Loading branch information
RobinMalfait and sachinraja committed Sep 24, 2021
1 parent c1a1566 commit 164c3d6
Show file tree
Hide file tree
Showing 3 changed files with 5,850 additions and 11,289 deletions.
10 changes: 10 additions & 0 deletions .swcrc
@@ -0,0 +1,10 @@
{
"module": {
"type": "commonjs"
},
"env": {
"targets": {
"node": "12.13.0"
}
}
}

0 comments on commit 164c3d6

Please sign in to comment.